Skip to content

Commit

Permalink
fix: πŸ› import path of UsersService
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumeisongsong committed Nov 18, 2024
1 parent ea21004 commit 5b6b757
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/users/presentation/src/lib/users.resolver.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { Args, ID, Query, Resolver, ResolveReference } from '@nestjs/graphql';
import { UsersService } from '@users/application';
import { User } from '@user/domain';

import { UsersService } from '../../../application/src/lib/users.service';

@Resolver(() => User)
export class UsersResolver {
constructor(private usersService: UsersService) {}
Expand Down

0 comments on commit 5b6b757

Please sign in to comment.