We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75fc9b commit 4c44adbCopy full SHA for 4c44adb
1 file changed
src/common/slack.ts
@@ -28,8 +28,8 @@ export const webhooks = Object.freeze({
28
ads: process.env.SLACK_ADS_WEBHOOK
29
? new IncomingWebhook(process.env.SLACK_ADS_WEBHOOK)
30
: nullWebhook,
31
- recruiter: process.env.SLACK_RECRUITER
32
- ? new IncomingWebhook(process.env.SLACK_RECRUITER)
+ recruiter: process.env.SLACK_RECRUITER_WEBHOOK
+ ? new IncomingWebhook(process.env.SLACK_RECRUITER_WEBHOOK)
33
34
});
35
0 commit comments