Skip to content

remove password from user #19

remove password from user

remove password from user #19

Triggered via push January 15, 2024 15:58
Status Failure
Total duration 55s
Artifacts

sierra-leone.yml

on: push
Deploy to Sierra Leone server
41s
Deploy to Sierra Leone server
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Deploy to Sierra Leone server: 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>'.
Deploy to Sierra Leone server: src/modules/auth/service/index.ts#L1
Property 'verifyIsSamePassword' does not exist on type 'User'.
Deploy to Sierra Leone server: src/modules/auth/service/index.ts#L1
Property 'password' does not exist on type 'User'.
Deploy to Sierra Leone server: src/modules/user/service/index.ts#L1
Property 'verifyIsSamePassword' does not exist on type 'User'.
Deploy to Sierra Leone server: src/modules/user/service/index.ts#L1
Property 'password' does not exist on type 'User'.
Deploy to Sierra Leone server: src/modules/user/service/index.ts#L1
Property 'password' does not exist on type 'Partial<User & { currentPassword?: string | undefined; }>'.
Deploy to Sierra Leone server
Process completed with exit code 2.
Deploy to Sierra Leone server
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/