From b830d8a4c4dfc41fe24fc6688c7611d5253c04d7 Mon Sep 17 00:00:00 2001 From: LTS20050703 <87189679+lts20050703@users.noreply.github.com> Date: Fri, 13 May 2022 00:18:35 +0700 Subject: [PATCH] Enabled property wrongfully marked present (#2209) Co-authored-by: ITOH Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> --- types/discord.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/discord.ts b/types/discord.ts index e589aa257..efaa94da8 100644 --- a/types/discord.ts +++ b/types/discord.ts @@ -109,7 +109,7 @@ export interface DiscordIntegration { /** Integration type (twitch, youtube or discord) */ type: "twitch" | "youtube" | "discord"; /** Is this integration enabled */ - enabled: boolean; + enabled?: boolean; /** Is this integration syncing */ syncing?: boolean; /** Role Id that this integration uses for "subscribers" */