File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ import { NOTIFICATIONS_WEBHOOK_EVENTS } from './types/notifications-webhooks';
16
16
import { PrismaPg } from '@prisma/adapter-pg' ;
17
17
import { NotificationsPrismaSdk } from './notifications.prisma-sdk' ;
18
18
19
+ // fake update
20
+
19
21
export const { NotificationsModule } = createNestModule ( {
20
22
moduleName : NOTIFICATIONS_MODULE ,
21
23
moduleDescription :
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ import { TwoFactorService } from './two-factor.service';
12
12
import { TwoFactorPrismaSdk } from './two-factor.prisma-sdk' ;
13
13
import { PrismaPg } from '@prisma/adapter-pg' ;
14
14
15
+ // fake update
16
+
15
17
export const { TwoFactorModule } = createNestModule ( {
16
18
moduleName : TWO_FACTOR_MODULE ,
17
19
moduleDescription :
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ import { WebhookCacheService } from './services/webhook-cache.service';
22
22
import { WebhookPrismaSdk } from './webhook.prisma-sdk' ;
23
23
import { PrismaPg } from '@prisma/adapter-pg' ;
24
24
25
+ // fake update
25
26
26
27
export const { WebhookModule } = createNestModule ( {
27
28
moduleName : WEBHOOK_MODULE ,
You can’t perform that action at this time.
0 commit comments