Skip to content

Commit 955674f

Browse files
committed
- fix: SlackService import 버그 수정
1 parent e82d338 commit 955674f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import { ConfigService } from "@nestjs/config";
3333
LoggerModule,
3434
SlackModule.forRootAsync({
3535
imports: [ConfigModule],
36+
isGlobal: true,
3637
useFactory: (configService: ConfigService) => ({
3738
type: "webhook",
3839
url: configService.get<string>("SLACK_WEBHOOK_URL"),

0 commit comments

Comments
 (0)