Fix lint warnings (#15358)

This commit is contained in:
ian
2022-09-02 12:08:23 +08:00
committed by GitHub
parent 5fe28db539
commit d29c2dfc3f
2 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
import { RequestHandler } from 'express';
import Joi from 'joi';
import { InvalidPayloadException } from '../exceptions';
import { FailedValidationException } from '@directus/shared/exceptions';