| 13 | |
| 14 | @Injectable() |
| 15 | export class UserService extends BaseService<UserDocument, UserRepository> { |
| 16 | constructor( |
| 17 | protected readonly repository: UserRepository, |
| 18 | protected readonly awsService: AwsS3Service, |
nothing calls this directly
no outgoing calls
no test coverage detected