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.
start-convex-trellaux
1 parent 020c4c2 commit 49a7a51Copy full SHA for 49a7a51
examples/react/start-convex-trellaux/convex/board.ts
@@ -177,7 +177,7 @@ export const updateBoard = mutation({
177
args: updateBoardSchema,
178
handler: async (ctx, boardUpdate) => {
179
const board = await ensureBoardExists(ctx, boardUpdate.id)
180
- await ctx.db.patch(board._id, board)
+ await ctx.db.patch(board._id, boardUpdate)
181
},
182
})
183
0 commit comments