remove password from user #19
Annotations
7 errors and 1 warning
Run Migrations:
src/modules/auth/__tests__/auth.test.ts#L1
Argument of type '{ id: string; name: string; email: string; password: string; }' is not assignable to parameter of type 'Partial<User>'.
|
Run Migrations:
src/modules/auth/service/index.ts#L1
Property 'verifyIsSamePassword' does not exist on type 'User'.
|
Run Migrations:
src/modules/auth/service/index.ts#L1
Property 'password' does not exist on type 'User'.
|
Run Migrations:
src/modules/user/service/index.ts#L1
Property 'verifyIsSamePassword' does not exist on type 'User'.
|
Run Migrations:
src/modules/user/service/index.ts#L1
Property 'password' does not exist on type 'User'.
|
Run Migrations:
src/modules/user/service/index.ts#L1
Property 'password' does not exist on type 'Partial<User & { currentPassword?: string | undefined; }>'.
|
Run Migrations
Process completed with exit code 2.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading