mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
VS Code, why.
This commit is contained in:
@@ -24,7 +24,7 @@ import { AuthorizationService } from './authorization';
|
||||
import { pick, clone, cloneDeep } from 'lodash';
|
||||
import getDefaultValue from '../utils/get-default-value';
|
||||
import { InvalidPayloadException } from '../exceptions';
|
||||
import { ForbiddenException } from '../../dist/exceptions';
|
||||
import { ForbiddenException } from '../exceptions';
|
||||
|
||||
export class ItemsService implements AbstractService {
|
||||
collection: string;
|
||||
|
||||
Reference in New Issue
Block a user