Skip to content

Commit 18e6aed

Browse files
committed
fix bug
1 parent 0fc5ad1 commit 18e6aed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/routes/moderation/getTickets.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ async function route(req: Request, res: Response) {
4040
category: true,
4141
title: true,
4242
openedAt: true,
43+
ignoredByUsers: { where: { userId: req.userCache.id }, select: { id: true } },
4344
channelId: true,
4445
lastUpdatedAt: true,
4546
openedBy: true,

0 commit comments

Comments
 (0)