Skip to content

Commit

Permalink
Add comment where create the webhook for future generations
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Nov 8, 2023
1 parent 5e5a499 commit 400a901
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions supabase/functions/new_user/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { serve } from 'https://deno.land/[email protected]/http/server.ts'

// Created via https://slack.com/apps/new/A0F7XDUAZ-incoming-webhooks
const SLACK_WEBHOOK_URL = Deno.env.get('SLACK_USER_SIGNUP_WEBHOOK_URL')
if (!SLACK_WEBHOOK_URL) {
throw new Error('Missing SLACK_NEW_USER_FEEDBACK_APP_OAUTH_TOKEN environment variable')
Expand Down

0 comments on commit 400a901

Please sign in to comment.