summary refs log tree commit diff
path: root/api/src/schema/Guild.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-01 23:33:14 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-01 23:33:14 +0200
commit0fbe9131adb8ef12f11362679c026ea285ea2e80 (patch)
tree0a98cbcb471aa4abe94d80c4aa7f57227e68f8e1 /api/src/schema/Guild.ts
parentMerge pull request #302 from sudenoh/master (diff)
downloadserver-0fbe9131adb8ef12f11362679c026ea285ea2e80.tar.xz
:sparkles: generate open api schema based on body and db entities
Diffstat (limited to 'api/src/schema/Guild.ts')
-rw-r--r--api/src/schema/Guild.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/schema/Guild.ts b/api/src/schema/Guild.ts

index 3e98fe76..0f9fd884 100644 --- a/api/src/schema/Guild.ts +++ b/api/src/schema/Guild.ts
@@ -48,7 +48,7 @@ export interface GuildUpdateSchema extends Omit<GuildCreateSchema, "channels"> { banner?: string; splash?: string; description?: string; - features?: [string]; + features?: string[]; verification_level?: number; default_message_notifications?: number; system_channel_flags?: number;