Skip to content

Commit 4c44adb

Browse files
authored
hotfix: webhook url (#3272)
1 parent f75fc9b commit 4c44adb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/common/slack.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ export const webhooks = Object.freeze({
2828
ads: process.env.SLACK_ADS_WEBHOOK
2929
? new IncomingWebhook(process.env.SLACK_ADS_WEBHOOK)
3030
: nullWebhook,
31-
recruiter: process.env.SLACK_RECRUITER
32-
? new IncomingWebhook(process.env.SLACK_RECRUITER)
31+
recruiter: process.env.SLACK_RECRUITER_WEBHOOK
32+
? new IncomingWebhook(process.env.SLACK_RECRUITER_WEBHOOK)
3333
: nullWebhook,
3434
});
3535

0 commit comments

Comments
 (0)