fix: cleanup drizzle refactor

This commit is contained in:
Henry
2025-04-24 22:53:22 +01:00
parent 0c3ab8b890
commit d40760d2ab
9 changed files with 47 additions and 33 deletions

View File

@@ -247,7 +247,7 @@ export const boardRouter = createTRPCRouter({
const listIds = board.lists.map((list) => list.id);
const deletedAt = new Date().toISOString();
const deletedAt = new Date();
await boardRepo.softDelete(ctx.db, {
boardId: board.id,