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-13 00:18:35 +07:00
committed by GitHub
parent 840aea814a
commit b830d8a4c4

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" */