diff --git a/server/env.ts b/server/env.ts index 75b36e28f..5b9ade57d 100644 --- a/server/env.ts +++ b/server/env.ts @@ -397,10 +397,9 @@ export class Environment { ); /** - * This is injected into the HTML page headers for Slack. + * This is used to verify webhook requests received from Slack. */ @IsOptional() - @CannotUseWithout("SLACK_CLIENT_ID") public SLACK_VERIFICATION_TOKEN = this.toOptionalString( process.env.SLACK_VERIFICATION_TOKEN );