chore: removed redundant comment

This commit is contained in:
Mir Arif Hasan
2023-01-24 17:27:40 +06:00
parent 08ca57cba2
commit 91adf379da

View File

@@ -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,