fix: typage comment insert card_responses

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-25 10:54:02 +02:00
co-authored by Cursor
parent c3fd098464
commit 0842f66df8
+1 -1
View File
@@ -208,7 +208,7 @@ export class CardsService {
id_card: card.id,
id_utilisateur: userId,
action: dto.action,
comment: dto.comment?.trim() || null,
comment: dto.comment?.trim() || undefined,
});
if (card.id_absence) {