Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Jun 14, 2021
1 parent 5f94c44 commit 38e516e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-interpreter/src/common/lib/ast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import { getType } from './get_type';
// @ts-expect-error
import { parse } from '../../../grammar/grammar';
import { parse } from '../../../grammar';

export type ExpressionArgAST = string | boolean | number | Ast;

Expand Down

0 comments on commit 38e516e

Please sign in to comment.