Skip to content

Commit

Permalink
PR comment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
norda-gunni committed Sep 10, 2024
1 parent 59de629 commit bd501cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class SharedTemplateAPIModule {
module: SharedTemplateAPIModule,
imports: [
ConfigModule.forRoot({
load: [configuration, sharedModuleConfig],
load: [configuration],
}),
EmailModule,
SmsModule,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ export class TemplateAPIModule {
return {
module: TemplateAPIModule,
imports: [
ConfigModule.forRoot({
load: [templateAPIConfig],
}),
...Object.values([...modules, ...sharedModules]).map((Module) =>
Module.register(config),
),
Expand Down

0 comments on commit bd501cb

Please sign in to comment.