From abdfc1ab853f5dbdaa5a566a5033ff16cd107c47 Mon Sep 17 00:00:00 2001 From: Kata Date: Wed, 20 Mar 2019 00:26:51 -0500 Subject: [PATCH] lint: fix extraneous spacing --- services/discord.js | 1 - 1 file changed, 1 deletion(-) diff --git a/services/discord.js b/services/discord.js index 0d38716..195457b 100644 --- a/services/discord.js +++ b/services/discord.js @@ -232,7 +232,6 @@ class DiscordService extends Service { } } - // returns oauth authorize url with IDENTIFY permission // we only need IDENTIFY because we only use it for matching IDs from the bot getAuthUrl (state: string): string {