fix issues

This commit is contained in:
2026-01-02 00:21:24 +01:00
parent 79913bb45e
commit 8693dde21e
46 changed files with 1680 additions and 302 deletions

View File

@@ -152,7 +152,7 @@ describe('NotificationOrmMapper', () => {
entity.channel = 'in_app';
entity.status = 'action_required';
entity.urgency = 'modal';
entity.data = { protestId: 'protest-789', deadline: '2025-01-02T00:00:00.000Z' };
entity.data = { protestId: 'protest-789', deadline: new Date('2025-01-02T00:00:00.000Z') };
entity.actionUrl = null;
entity.actions = [{ label: 'Submit Defense', type: 'primary', href: '/defense' }];
entity.requiresResponse = true;