fix: create card.updated.list activity when changing list

This commit is contained in:
Henry
2025-05-27 22:09:12 +01:00
parent b07e473745
commit b1bb8a6539
2 changed files with 13 additions and 2 deletions

View File

@@ -187,6 +187,7 @@ export const getByPublicId = (db: dbClient, cardPublicId: string) => {
publicId: true,
title: true,
description: true,
listId: true,
},
where: eq(cards.publicId, cardPublicId),
});