summary refs log tree commit diff
path: root/src/schema/Invite.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-22 17:40:10 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-22 17:40:10 +0200
commit4715ef1eab99f8158b4ddaa0b9b7bc9a61d0e337 (patch)
treefec7359718bc811992dbfed76377b075c3171017 /src/schema/Invite.ts
parent:art: Move member routes in separate files (diff)
downloadserver-4715ef1eab99f8158b4ddaa0b9b7bc9a61d0e337.tar.xz
:sparkles: createChannel()
Diffstat (limited to 'src/schema/Invite.ts')
-rw-r--r--src/schema/Invite.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schema/Invite.ts b/src/schema/Invite.ts

index 3c944037..a22449ba 100644 --- a/src/schema/Invite.ts +++ b/src/schema/Invite.ts
@@ -7,7 +7,7 @@ export const InviteCreateSchema = { $temporary: Boolean, $unique: Boolean, $target_user: String, - $target_user_type: Number, + $target_user_type: Number }; export interface InviteCreateSchema { target_user_id?: String;