summary refs log tree commit diff
path: root/api/src
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-03 20:58:44 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-03 21:03:49 +1000
commit7111e8b1a5d4b4fae6a95ef79979c00cfbcdf439 (patch)
tree38598a87741b2b2b90233fcbd9f220174e7f2e97 /api/src
parentMerge branch 'fix/channelPermissionOverwriteSchema' into feat/latestWebClient (diff)
downloadserver-7111e8b1a5d4b4fae6a95ef79979c00cfbcdf439.tar.xz
Merge branch 'fix/channelPermissionOverwriteSchema' into feat/latestWebClient
Diffstat (limited to 'api/src')
-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 10721413..489dea49 100644 --- a/api/src/routes/guilds/index.ts +++ b/api/src/routes/guilds/index.ts
@@ -9,7 +9,7 @@ export interface GuildCreateSchema { /** * @maxLength 100 */ - name: string; + name?: string; region?: string; icon?: string | null; channels?: ChannelModifySchema[];