#303 and other stuff

This commit is contained in:
Isaac
2022-08-13 23:58:41 +01:00
parent c64b18a397
commit 4c176d082f
10 changed files with 70 additions and 27 deletions

View File

@@ -21,7 +21,7 @@ module.exports.get = fastify => ({
name: true,
requiredRoles: true,
staffRoles: true,
tickets: true,
tickets: { where: { open: false } },
},
},
},