Skip to content

Commit

Permalink
Remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
Murzbul committed Mar 28, 2020
1 parent 254b7cd commit 050b3cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Api/Handlers/ItemHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import ItemRepRequest from "../Requests/Items/ItemRepRequest";
import IdRequest from "../Requests/Defaults/IdRequest";
import ItemRequestCriteria from "../Requests/Items/ItemRequestCriteria";
import ItemUpdateRequest from "../Requests/Items/ItemUpdateRequest";
import ItemRemoveRequest from "../Requests/Items/ItemRemoveRequest";
import ItemService from '../../Services/ItemService';
import {controller, httpDelete, httpGet, httpPost, httpPut, request, response, next} from 'inversify-express-utils';
import ValidatorRules from "../../Middlewares/ValidatorRules";
Expand Down

0 comments on commit 050b3cc

Please sign in to comment.