mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix remaining eslint errors
h/t @paescuj
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import express from 'express';
|
||||
import asyncHandler from '../utils/async-handler';
|
||||
import Joi from 'joi';
|
||||
import { InvalidPayloadException, InvalidCredentialsException, ForbiddenException } from '../exceptions';
|
||||
import { UsersService, MetaService, AuthenticationService } from '../services';
|
||||
import useCollection from '../middleware/use-collection';
|
||||
import { ForbiddenException, InvalidCredentialsException, InvalidPayloadException } from '../exceptions';
|
||||
import { respond } from '../middleware/respond';
|
||||
import { PrimaryKey } from '../types';
|
||||
import useCollection from '../middleware/use-collection';
|
||||
import { validateBatch } from '../middleware/validate-batch';
|
||||
import { AuthenticationService, MetaService, UsersService } from '../services';
|
||||
import { PrimaryKey } from '../types';
|
||||
import asyncHandler from '../utils/async-handler';
|
||||
|
||||
const router = express.Router();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user