Skip to content

Commit 6b9e07d

Browse files
committed
refactor: remove unused Inject decorator from user service
1 parent 4ba1ebd commit 6b9e07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/user/user.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { HttpException, HttpStatus, Inject, Injectable } from '@nestjs/common';
1+
import { HttpException, HttpStatus, Injectable } from '@nestjs/common';
22
import { InjectModel } from '@nestjs/mongoose';
33
import { PageQueryDTO } from '@shared/validation/common/dto/PageQuery.dto';
44
import { CreateUser } from '@shared/validation/user/dto/CreateUser.dto';

0 commit comments

Comments
 (0)