summary refs log tree commit diff
path: root/api/src/schema/Message.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-31 18:10:36 +0200
committerGitHub <noreply@github.com>2021-08-31 18:10:36 +0200
commitf654635d6a93e47255069d16b2f45b2f0a460d8b (patch)
treecfec2fdf2a37066197937dbca32ceb89a038477b /api/src/schema/Message.ts
parentCreated list of all possible api errors and made them throwable in routes code (diff)
parentMerge branch 'typeorm' of https://github.com/fosscord/fosscord-api into typeorm (diff)
downloadserver-f654635d6a93e47255069d16b2f45b2f0a460d8b.tar.xz
Merge branch 'typeorm' into typeorm
Diffstat (limited to 'api/src/schema/Message.ts')
-rw-r--r--api/src/schema/Message.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/schema/Message.ts b/api/src/schema/Message.ts

index bf10c037..742542df 100644 --- a/api/src/schema/Message.ts +++ b/api/src/schema/Message.ts
@@ -81,7 +81,7 @@ export interface MessageCreateSchema { message_id: string; channel_id: string; guild_id?: string; - fail_if_not_exists: boolean; + fail_if_not_exists?: boolean; }; payload_json?: string; file?: any;