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 17:58:47 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-31 17:58:47 +0200
commitcc8c5359ce1c863acfb7f60ef2cf02d5f900305f (patch)
treeaec266d05c66eb10864391766cceb7142b904504 /api/src/schema/Message.ts
parent:sparkles: channel recipients (diff)
downloadserver-cc8c5359ce1c863acfb7f60ef2cf02d5f900305f.tar.xz
:bug: db query fixes
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;