Fix import of exception

This commit is contained in:
rijkvanzanten
2020-11-23 10:52:18 -05:00
parent e07fc813f9
commit 023424d2b0

View File

@@ -6,7 +6,7 @@ import { PayloadService } from '../services/payload';
import applyQuery from '../utils/apply-query';
import Knex, { QueryBuilder } from 'knex';
import { toArray } from '../utils/to-array';
import { ServiceUnavailableException } from '../../dist/exceptions';
import { ServiceUnavailableException } from '../exceptions';
type RunASTOptions = {
query?: AST['query'];