Skip to content

refactor(auth): replace any-cast authenticate fallback with typed appauthenticate decorator in cards, event, and nfc routes #298

refactor(auth): replace any-cast authenticate fallback with typed appauthenticate decorator in cards, event, and nfc routes

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
@yachikadevyachikadev
synchronize #626
Status Failure
Total duration 46s
Artifacts

ci.yml

on: pull_request_target
detect-changes
3s
detect-changes
backend-ci
25s
backend-ci
web-ci
web-ci
mobile-ci
0s
mobile-ci
comment-results
8s
comment-results
Fit to window
Zoom out
Zoom in

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