From 7127ac9107007a33ab87dcbb51453f847fb50d96 Mon Sep 17 00:00:00 2001 From: solimant Date: Fri, 18 Jul 2025 02:12:35 +0000 Subject: [PATCH] Fix modelEnum.mustache Signed-off-by: solimant --- .../templates/typescript-backstage-client/modelEnum.mustache | 2 +- .../templates/typescript-backstage-server/modelEnum.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/repo-tools/templates/typescript-backstage-client/modelEnum.mustache b/packages/repo-tools/templates/typescript-backstage-client/modelEnum.mustache index 2461d8c549..09bc5bdbca 100644 --- a/packages/repo-tools/templates/typescript-backstage-client/modelEnum.mustache +++ b/packages/repo-tools/templates/typescript-backstage-client/modelEnum.mustache @@ -17,4 +17,4 @@ export enum {{classname}} { * @public */ export type {{classname}} = {{#allowableValues}}{{#enumVars}}{{{value}}}{{^-last}} | {{/-last}}{{/enumVars}}{{/allowableValues}}; - +{{/stringEnums}} diff --git a/packages/repo-tools/templates/typescript-backstage-server/modelEnum.mustache b/packages/repo-tools/templates/typescript-backstage-server/modelEnum.mustache index 2461d8c549..09bc5bdbca 100644 --- a/packages/repo-tools/templates/typescript-backstage-server/modelEnum.mustache +++ b/packages/repo-tools/templates/typescript-backstage-server/modelEnum.mustache @@ -17,4 +17,4 @@ export enum {{classname}} { * @public */ export type {{classname}} = {{#allowableValues}}{{#enumVars}}{{{value}}}{{^-last}} | {{/-last}}{{/enumVars}}{{/allowableValues}}; - +{{/stringEnums}}