Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeen committed Dec 28, 2021
1 parent 5fb4019 commit b7735ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controllers/units.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import { uuid as uuidv4 } from 'uuidv4';
import { Staging, UnitMock, Unit, Qualification, Vintage } from '../models';
import { paginationParams } from './helpers';
import { optionallyPaginatedResponse, paginationParams } from "./helpers";

export const create = async (req, res) => {
Expand Down

0 comments on commit b7735ce

Please sign in to comment.