Skip to content

Commit

Permalink
IItem.model path resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
TusharRoy23 committed Nov 29, 2023
1 parent afc197d commit 50cb28a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/item/item.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import { throwException } from '../shared/errors/all.exception';
import { connectionName, ItemStatus } from '../shared/utils/enum';
import { CreateItemDto, UpdateItemDto } from './dto/index.dto';
import { IItemService } from './interfaces/IItem.interface';
import { IItem, Item, ItemDocuement } from './schemas/item.schema';
import { Item, ItemDocuement } from './schemas/item.schema';
import { IItem } from './interfaces/IItem.model';
import { ItemMessage } from './constants/enum';
import { User } from '../user/schemas/user.schema';
import { IRequestService, REQUEST_SERVICE } from '../shared/interfaces';
Expand Down

0 comments on commit 50cb28a

Please sign in to comment.