Add unique constraint to Hacker and update relations #135
Annotations
5 errors and 2 warnings
types:
src/server/getters/application/application.ts#L188
Property 'team' does not exist on type '{ team: { table: { code: string; } | null; } | null; }[]'.
|
types:
src/server/getters/application/application.ts#L220
Property 'team' does not exist on type '{ team: { table: { code: string; } | null; } | null; }[]'.
|
types:
src/server/getters/application/applicationFormStep.ts#L42
Type '{ userId: number; }' is not assignable to type 'HackerWhereUniqueInput'.
|
types:
src/server/services/helpers/auth/requireHackerSession.ts#L24
Type '{ userId: number; }' is not assignable to type 'HackerWhereUniqueInput'.
|
types
Process completed with exit code 2.
|
types
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|