mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix linter warnings
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { RequestHandler } from 'express';
|
||||
import Joi from 'joi';
|
||||
import { FailedValidationException, InvalidPayloadException } from '../exceptions';
|
||||
import { InvalidPayloadException } from '../exceptions';
|
||||
import { FailedValidationException } from '@directus/shared/exceptions';
|
||||
import asyncHandler from '../utils/async-handler';
|
||||
import { sanitizeQuery } from '../utils/sanitize-query';
|
||||
|
||||
|
||||
@@ -4,8 +4,8 @@ import { Knex } from 'knex';
|
||||
import { clone, cloneDeep } from 'lodash';
|
||||
import getDatabase from '../database';
|
||||
import env from '../env';
|
||||
import { FailedValidationException } from '@directus/shared/exceptions';
|
||||
import {
|
||||
FailedValidationException,
|
||||
ForbiddenException,
|
||||
InvalidPayloadException,
|
||||
UnprocessableEntityException,
|
||||
|
||||
Reference in New Issue
Block a user