chore: update lock #125
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.
|