Skip to content

Commit

Permalink
chore(server): remove unused import (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope authored Mar 3, 2023
1 parent 79ce1f9 commit 18ee51e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/server/src/provider/category/category.provider.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {
Injectable,
NotAcceptableException,
NotFoundException,
} from '@nestjs/common';
import { InjectModel } from '@nestjs/mongoose';
import { Model } from 'mongoose';
Expand Down

0 comments on commit 18ee51e

Please sign in to comment.