-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherrors4.txt
More file actions
8 lines (8 loc) · 901 Bytes
/
errors4.txt
File metadata and controls
8 lines (8 loc) · 901 Bytes
1
2
3
4
5
6
7
8
auth/auth.module.ts(2,32): error TS2307: Cannot find module './auth.controller' or its corresponding type declarations.
auth/auth.module.ts(3,29): error TS2307: Cannot find module './auth.service' or its corresponding type declarations.
src/auth/auth.service.ts(45,54): error TS2339: Property 'findByUsername' does not exist on type 'UsersService'.
src/auth/auth.service.ts(50,51): error TS2339: Property 'findByEmail' does not exist on type 'UsersService'.
src/auth/auth.service.ts(55,51): error TS2339: Property 'findByPhoneNumber' does not exist on type 'UsersService'.
src/auth/auth.service.ts(62,33): error TS2339: Property 'findByEmployeeId' does not exist on type 'UsersService'.
src/auth/auth.service.ts(69,51): error TS2339: Property 'findByNic' does not exist on type 'UsersService'.
src/auth/auth.service.ts(84,42): error TS2339: Property 'create' does not exist on type 'UsersService'.