refactor(auth): replace any-cast authenticate fallback with typed appauthenticate decorator in cards, event, and nfc routes #298
Triggered via pull request
June 21, 2026 15:15
yachikadev
synchronize
#626
Status
Failure
Total duration
46s
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/routes/nfc.ts#L14
Missing return type on function
|
|
backend-ci:
apps/backend/src/routes/event.ts#L60
Missing return type on function
|