mirror of
https://github.com/directus/directus.git
synced 2026-02-14 05:34:56 -05:00
Remove unused import
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user