We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc5ad1 commit 18e6aedCopy full SHA for 18e6aed
1 file changed
src/routes/moderation/getTickets.ts
@@ -40,6 +40,7 @@ async function route(req: Request, res: Response) {
40
category: true,
41
title: true,
42
openedAt: true,
43
+ ignoredByUsers: { where: { userId: req.userCache.id }, select: { id: true } },
44
channelId: true,
45
lastUpdatedAt: true,
46
openedBy: true,
0 commit comments