refactor(server): use kysely #28133
Annotations
13 errors and 1 warning
Run tsc
Argument of type 'null' is not assignable to parameter of type 'AssetEntity | undefined'.
|
Run tsc
Argument of type 'null' is not assignable to parameter of type 'AssetEntity | undefined'.
|
Run tsc
Object literal may only specify known properties, and 'connectionType' does not exist in type '{ typeorm: PostgresConnectionOptions & DatabaseConnectionParams; kysely: KyselyConfig; }'.
|
Run tsc
Object literal may only specify known properties, and 'connectionType' does not exist in type '{ typeorm: PostgresConnectionOptions & DatabaseConnectionParams; kysely: KyselyConfig; }'.
|
Run tsc
Object literal may only specify known properties, and 'connectionType' does not exist in type '{ typeorm: PostgresConnectionOptions & DatabaseConnectionParams; kysely: KyselyConfig; }'.
|
Run tsc
Argument of type 'null' is not assignable to parameter of type 'AssetEntity | undefined'.
|
Run tsc
Argument of type 'null' is not assignable to parameter of type 'AssetEntity | undefined'.
|
Run tsc
Argument of type 'null' is not assignable to parameter of type 'AssetEntity | undefined'.
|
Run tsc
Argument of type 'null' is not assignable to parameter of type 'AssetEntity | undefined'.
|
Run tsc
Argument of type 'null' is not assignable to parameter of type 'AssetEntity | undefined'.
|
Run linter:
server/src/services/asset.service.spec.ts#L392
Do not use useless `undefined`
|
Run linter:
server/src/services/search.service.spec.ts#L2
'AuthDto' is defined but never used
|
Run linter
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading