refactor: lendings에 v2 kysely 적용 #241
Annotations
11 errors
backend/src/app.ts#L13
Cannot find module '@jiphyeonjeon-42/contracts' or its corresponding type declarations.
|
backend/src/v2/lendings/mod.ts#L1
Cannot find module '@jiphyeonjeon-42/contracts' or its corresponding type declarations.
|
backend/src/v2/lendings/mod.ts#L12
Binding element 'query' implicitly has an 'any' type.
|
backend/src/v2/lendings/mod.ts#L12
Binding element 'user' implicitly has an 'any' type.
|
backend/src/v2/lendings/mod.ts#L17
Property 'length' does not exist on type 'number | { id: number; image: string | null; lendingCondition: string; returningCondition: string | null; returnedAt: string | null; createdAt: string | null; updatedAt: Date; ... 7 more ...; returningLibrarianNickname: string | null; }[]'.
|
backend/src/v2/lendings/mod.ts#L19
The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
backend/src/v2/lendings/mod.ts#L29
Binding element 'query' implicitly has an 'any' type.
|
backend/src/v2/lendings/mod.ts#L34
Property 'length' does not exist on type 'number | { id: number; image: string | null; lendingCondition: string; returningCondition: string | null; returnedAt: string | null; createdAt: string | null; updatedAt: Date; ... 7 more ...; returningLibrarianNickname: string | null; }[]'.
|
backend/src/v2/lendings/mod.ts#L36
The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
backend/src/v2/lendings/repository.ts#L5
Cannot find module 'kysely/dist/cjs/parser/select-parser' or its corresponding type declarations.
|
|
The logs for this run have expired and are no longer available.
Loading