Skip to content

Commit

Permalink
Update es_query_parser.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwizp authored Sep 9, 2021
1 parent 93a6a02 commit afdcf77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
Query,
ContextVarsObject,
} from './types';
import { dateHistogramInterval } from '../../../data/common';
import { dateHistogramInterval } from '../../../../data/common';

const TIMEFILTER: string = '%timefilter%';
const AUTOINTERVAL: string = '%autointerval%';
Expand Down

0 comments on commit afdcf77

Please sign in to comment.