Enabled property wrongfully marked present (#2209)

Co-authored-by: ITOH <to@itoh.at>
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
This commit is contained in:
LTS20050703
2022-05-12 13:18:35 -04:00
committed by GitHub
co-authored by ITOH Skillz4Killz
parent 840aea814a
commit b830d8a4c4
+1 -1
View File
@@ -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" */