fix: typage comment insert card_responses
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user