Refactor ProxyEngine #9
Annotations
5 errors and 1 warning
ci:
src/models/relations/BelongsToManyRelation.ts#L23
Type 'Key[]' is not assignable to type 'string[]'.
|
ci:
src/models/relations/BelongsToManyRelation.ts#L25
Argument of type '{ [x: string]: { $or: ({ $eq: Key; } | { $contains: Key; })[]; }; }' is not assignable to parameter of type 'EngineFilters'.
|
ci:
src/models/relations/BelongsToOneRelation.ts#L23
Argument of type '{ [x: string]: Key; }' is not assignable to parameter of type 'EngineFilters'.
|
ci:
src/testing/stubs/User.ts#L18
Argument of type 'Key' is not assignable to parameter of type 'string'.
|
ci
Process completed with exit code 2.
|
ci
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/.
|