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 64d1c45 commit eb0875eCopy full SHA for eb0875e
app/controllers/card.controller.ts
@@ -51,8 +51,7 @@ class CardController {
51
) => {
52
if (body.columnId) {
53
const column = await prisma.column.findFirst({
54
- where: { id: body.columnId },
55
- include: { board: { select: { userId: true } } }
+ where: { id: body.columnId }
56
})
57
58
if (!column) return next(NotFound('Column not found'))
0 commit comments