260318:1401 Fix UUID #05
Build and Deploy / deploy (push) Failing after 11m8s

This commit is contained in:
admin
2026-03-18 14:01:32 +07:00
parent ba642e7e42
commit e5769269a8
37 changed files with 460 additions and 328 deletions
@@ -100,7 +100,7 @@ describe('CorrespondenceController', () => {
const mockReq = { user: { user_id: 1 } };
const result = await controller.submit(
1,
'a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11',
{ note: 'Test note' },
mockReq as Parameters<typeof controller.submit>[2]
);