replaced Promise.all with for loop #1028
Closed
Annotations
10 errors and 1 warning
Run npm run typecheck:
test/orm/base_model.spec.ts#L6032
Argument of type 'typeof DateTime' is not assignable to parameter of type 'Constructor<unknown>'.
|
Run npm run typecheck:
test/orm/base_model.spec.ts#L6069
Argument of type 'typeof DateTime' is not assignable to parameter of type 'Constructor<unknown>'.
|
Run npm run typecheck:
test/orm/base_model.spec.ts#L6100
Argument of type 'typeof DateTime' is not assignable to parameter of type 'Constructor<unknown>'.
|
Run npm run typecheck:
test/orm/base_model.spec.ts#L6323
Argument of type 'typeof DateTime' is not assignable to parameter of type 'Constructor<unknown>'.
|
Run npm run typecheck:
test/orm/base_model.spec.ts#L6523
Argument of type 'typeof DateTime' is not assignable to parameter of type 'Constructor<unknown>'.
|
Run npm run typecheck:
test/orm/base_model.spec.ts#L6691
Argument of type 'typeof DateTime' is not assignable to parameter of type 'Constructor<unknown>'.
|
Run npm run typecheck:
test/orm/model_many_to_many.spec.ts#L778
Argument of type 'typeof DateTime' is not assignable to parameter of type 'Constructor<unknown>'.
|
Run npm run typecheck:
test/orm/model_many_to_many.spec.ts#L779
Argument of type 'typeof DateTime' is not assignable to parameter of type 'Constructor<unknown>'.
|
Run npm run typecheck:
test/orm/model_many_to_many.spec.ts#L1340
Argument of type 'typeof DateTime' is not assignable to parameter of type 'Constructor<unknown>'.
|
Run npm run typecheck:
test/orm/model_many_to_many.spec.ts#L1341
Argument of type 'typeof DateTime' is not assignable to parameter of type 'Constructor<unknown>'.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading