diff --git a/api/src/routes/items.ts b/api/src/routes/items.ts index 48236da135..b072aa77f9 100644 --- a/api/src/routes/items.ts +++ b/api/src/routes/items.ts @@ -5,7 +5,6 @@ import sanitizeQuery from '../middleware/sanitize-query'; import collectionExists from '../middleware/collection-exists'; import * as MetaService from '../services/meta'; import { RouteNotFoundException } from '../exceptions'; -import { Accountability, PrimaryKey } from '../types'; const router = express.Router();