From cc359655ad34346efa56019d75dcecbfd97ba41a Mon Sep 17 00:00:00 2001 From: John Vajda Date: Thu, 23 May 2024 16:50:30 -0600 Subject: [PATCH] resolves failed lint check --- src/config/ResponseText.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/ResponseText.ts b/src/config/ResponseText.ts index 29af9fc..ac06f45 100644 --- a/src/config/ResponseText.ts +++ b/src/config/ResponseText.ts @@ -30,4 +30,4 @@ export enum ResponseText { /** * This is separate so that the environment value can be interpolated. */ -export const StickyMessage = `We welcome discussions in this channel, but for technical help, please use <#${process.env.HELP_CHANNEL_ID}>.`; \ No newline at end of file +export const StickyMessage = `We welcome discussions in this channel, but for technical help, please use <#${process.env.HELP_CHANNEL_ID}>.`;