Skip to content

Commit

Permalink
fix: compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
shihabmridha committed Jun 26, 2023
1 parent 82670f7 commit d4a18ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user/user.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Constants from '../common/constants';
import { UserDocument } from './user.repository';
import { IUserRepository } from './user.repository';
import { TYPES } from '../types';
import { IUserService } from './user.service.interface';
import IUserService from './user.service.interface';

/**
* User without sensitive fields.
Expand Down

0 comments on commit d4a18ad

Please sign in to comment.