summary refs log tree commit diff
path: root/api/src/util/route.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-20 18:34:13 +0200
committerGitHub <noreply@github.com>2021-09-20 18:34:13 +0200
commite463a7cc4fa44510967f353daad1d0ea3edfc5a3 (patch)
tree4965ec7d3b179c55ba70b91fe11b989034bf9066 /api/src/util/route.ts
parentMerge branch 'master' of https://github.com/fosscord/fosscord-api (diff)
parentUpdate index.ts (diff)
downloadserver-e463a7cc4fa44510967f353daad1d0ea3edfc5a3.tar.xz
Merge pull request #386 from ChrisChrome/master
Delete messages before deleting channel
Diffstat (limited to '')
-rw-r--r--api/src/util/route.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/src/util/route.ts b/api/src/util/route.ts

index 678ca64c..b7e6296b 100644 --- a/api/src/util/route.ts +++ b/api/src/util/route.ts
@@ -14,6 +14,7 @@ export const ajv = new Ajv({ parseDate: true, allowDate: true, schemas, + coerceTypes: true, messages: true, strict: true, strictRequired: true