fix(events): add missing organizerId to response and fix incomplete test mocks causing 500 crashes #306
Triggered via pull request
June 21, 2026 17:37
yachikadev
opened
#632
Status
Failure
Total duration
42s
Artifacts
–
ci.yml
on: pull_request_target
Annotations
3 errors and 2 warnings
|
backend-ci
Process completed with exit code 1.
|
|
backend-ci
Process completed with exit code 2.
|
|
backend-ci
Property 'links' is missing in type '{ id: string; createdAt: Date; updatedAt: Date; userId: string; title: string; description: string | null; slug: string; visibility: CardVisibility; qrEnabled: boolean; viewCount: number; isDefault: boolean; }' but required in type 'CardResponse'.
|
|
backend-ci:
apps/backend/src/__tests__/event.test.ts#L489
Missing return type on function
|
|
backend-ci:
apps/backend/src/__tests__/event.test.ts#L106
Missing return type on function
|