chore: removed redundant comment
This commit is contained in:
@@ -10,8 +10,6 @@ import { PubSubService } from 'src/pubsub/pubsub.service';
|
|||||||
|
|
||||||
@Resolver(() => User)
|
@Resolver(() => User)
|
||||||
export class UserResolver {
|
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(
|
constructor(
|
||||||
private readonly userService: UserService,
|
private readonly userService: UserService,
|
||||||
private readonly pubsub: PubSubService,
|
private readonly pubsub: PubSubService,
|
||||||
|
|||||||
Reference in New Issue
Block a user