mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
Cleanup import
This commit is contained in:
@@ -23,8 +23,7 @@ import { AuthorizationService } from './authorization';
|
||||
|
||||
import { pick, clone, cloneDeep, merge } from 'lodash';
|
||||
import getDefaultValue from '../utils/get-default-value';
|
||||
import { InvalidPayloadException } from '../exceptions';
|
||||
import { ForbiddenException } from '../exceptions';
|
||||
import { InvalidPayloadException, ForbiddenException } from '../exceptions';
|
||||
|
||||
export class ItemsService<Item extends AnyItem = AnyItem> implements AbstractService {
|
||||
collection: string;
|
||||
|
||||
Reference in New Issue
Block a user