chore: removed redundant comment
This commit is contained in:
parent
08ca57cba2
commit
91adf379da
1 changed files with 0 additions and 2 deletions
|
|
@ -10,8 +10,6 @@ import { PubSubService } from 'src/pubsub/pubsub.service';
|
|||
|
||||
@Resolver(() => User)
|
||||
export class UserResolver {
|
||||
// TODO: remove the eslint-disable line below once dependencies are added to user.service file
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
||||
constructor(
|
||||
private readonly userService: UserService,
|
||||
private readonly pubsub: PubSubService,
|
||||
|
|
|
|||
Loading…
Reference in a new issue