Skip to content

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

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 #292

Triggered via pull request June 21, 2026 11:45
@yachikadevyachikadev
opened #626
Status Failure
Total duration 49s
Artifacts

ci.yml

on: pull_request_target
detect-changes
7s
detect-changes
comment-results
6s
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