VS Code, why.

This commit is contained in:
rijkvanzanten
2020-10-19 15:29:11 -04:00
parent 35c06b0b15
commit a6908c2963

View File

@@ -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;