summary refs log tree commit diff
path: root/api/src/routes/guilds/index.ts
diff options
context:
space:
mode:
authorAlTech98 <altech123159@gmail.com>2021-09-13 19:25:44 +0200
committerAlTech98 <altech123159@gmail.com>2021-09-13 19:25:44 +0200
commit7cdcb82ecdf51b2dab5808a89ed50b96af0a60cc (patch)
treec3b2610bd083c3dab2289b3c4cc56f95218c3505 /api/src/routes/guilds/index.ts
parentMerge pull request #357 from AlTech98/user-update (diff)
downloadserver-7cdcb82ecdf51b2dab5808a89ed50b96af0a60cc.tar.xz
Fix #356
Diffstat (limited to '')
-rw-r--r--api/src/routes/guilds/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/routes/guilds/index.ts b/api/src/routes/guilds/index.ts

index ba951f96..674dc16b 100644 --- a/api/src/routes/guilds/index.ts +++ b/api/src/routes/guilds/index.ts
@@ -16,7 +16,7 @@ export interface GuildCreateSchema { icon?: string; channels?: ChannelModifySchema[]; guild_template_code?: string; - system_channel_id?: string; + system_channel_id?: string | null; rules_channel_id?: string; }