π FIX: all linting error fixed #13
Annotations
7 errors and 2 warnings
π Deploy:
src/controller/auth.controller.ts#L108
Argument of type '{ id: number; email: string; picture: string; }' is not assignable to parameter of type 'Record<string, string>'.
|
π Deploy:
src/controller/auth.controller.ts#L121
Type 'number' is not assignable to type 'string'.
|
π Deploy:
src/controller/auth.controller.ts#L170
Type 'number' is not assignable to type 'string'.
|
π Deploy:
src/controller/auth.controller.ts#L175
Type 'number' is not assignable to type 'string'.
|
π Deploy:
src/controller/auth.controller.ts#L200
Argument of type '{ name: string; picture: string; email: string; googleId: string; } & User' is not assignable to parameter of type 'Record<string, string>'.
|
π Deploy:
src/controller/auth.controller.ts#L201
Argument of type '{ name: string; picture: string; email: string; googleId: string; } & User' is not assignable to parameter of type 'Record<string, string>'.
|
π Deploy
Process completed with exit code 2.
|
π Deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
π Deploy
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|