Skip to content

Commit

Permalink
fix lint #2
Browse files Browse the repository at this point in the history
  • Loading branch information
sszafGCA committed Oct 12, 2023
1 parent 50db739 commit 090bd63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/server/src/modules/user/service/user.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { ICurrentUser } from '@src/modules/authentication';
import { RoleService } from '@src/modules/role/service/role.service';
import { UserService } from '@src/modules/user/service/user.service';
import { UserDto } from '@src/modules/user/uc/dto/user.dto';
import { InternalServerErrorException } from '@nestjs/common';
import { UserQuery } from './user-query.type';

describe('UserService', () => {
Expand Down

0 comments on commit 090bd63

Please sign in to comment.