Skip to content

chore: update lock #125

chore: update lock

chore: update lock #125

Triggered via push October 7, 2024 22:32
Status Failure
Total duration 43s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors
test: server/plugins/session.ts#L8
'user' is possibly 'undefined'.
test: server/plugins/session.ts#L9
'user' is possibly 'undefined'.
test: server/plugins/session.ts#L14
Type '{ bond: undefined; placeholder?: boolean; id?: number | undefined; hash?: string; name?: string | undefined; email?: string | undefined; country?: string | null | undefined; birthDate?: number | null | undefined; ... 4 more ...; auth?: number; }' is not assignable to type 'User'.
test: server/plugins/session.ts#L63
Type '{ bond: { nextPayment: number | null; subscriptionId: string | undefined; partner1: { hash: string; id: number; name: string; showAvatar: number; country: string | null; updatedAt: number; } | null; ... 8 more ...; updatedAt: number; }; ... 11 more ...; auth?: number; }' is not assignable to type 'User'.
test
Process completed with exit code 2.