mirror of
https://github.com/directus/directus.git
synced 2026-01-23 07:17:55 -05:00
Fix import of exception
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user