From c2851d38f9f3da1b6d69b4bb2a06670e3fb45d67 Mon Sep 17 00:00:00 2001 From: Henry Taeschner Date: Sat, 30 Dec 2023 18:31:16 +0100 Subject: [PATCH] fix: testing sonar workflow 2 --- src/app/theme-mgmt-remote.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/theme-mgmt-remote.module.ts b/src/app/theme-mgmt-remote.module.ts index a447a08..54c0cf0 100644 --- a/src/app/theme-mgmt-remote.module.ts +++ b/src/app/theme-mgmt-remote.module.ts @@ -17,6 +17,6 @@ const routes: Routes = [ }) export class ThemeMgmtModule { constructor(@Inject(MFE_INFO) mfeInfo?: MfeInfo) { - console.info('Theme Mgmt Module constructor (test 1)', mfeInfo) + console.info('Theme Mgmt Module constructor (test 2)', mfeInfo) } }