Skip to content

Commit

Permalink
fix: testing sonar workflow 2
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG committed Dec 30, 2023
1 parent bb42d46 commit c2851d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/theme-mgmt-remote.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}

0 comments on commit c2851d3

Please sign in to comment.