Skip to content

Commit 90a1b43

Browse files
committed
turn off notifications into test channel
1 parent 9feaff7 commit 90a1b43

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main-base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const start = async () => {
3333
processors: [configAlert, persistenceProcessor],
3434
stateSchema: 'base',
3535
postValidation: async (ctx) => {
36-
await processDiscordQueue()
36+
// await processDiscordQueue()
3737
// await processOncallQueue()
3838
// await processLokiQueue()
3939
},

src/main-sonic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const start = async () => {
3333
processors: [configAlert, persistenceProcessor],
3434
stateSchema: 'sonic',
3535
postValidation: async (ctx) => {
36-
await processDiscordQueue()
36+
// await processDiscordQueue()
3737
// await processOncallQueue()
3838
// await processLokiQueue()
3939
},

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const start = async () => {
4040
processors: [...customProcessors, configAlert, persistenceProcessor],
4141
stateSchema: 'mainnet',
4242
postValidation: async (ctx) => {
43-
await processDiscordQueue()
43+
// await processDiscordQueue()
4444
// await processOncallQueue()
4545
// await processLokiQueue()
4646
},

0 commit comments

Comments
 (0)