Skip to content

Commit

Permalink
fix typo in tsvb
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Feb 5, 2020
1 parent 33d6440 commit 82988a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const metricsRequestHandler = async ({
const config = getUISettings();
const timezone = timezoneProvider(config)();
const uiStateObj = uiState.get(visParams.type, {});
const parsedTimeRange = getDataStart().query.timefilter.calculateBounds(timeRange);
const parsedTimeRange = getDataStart().query.timefilter.timefilter.calculateBounds(timeRange);
const scaledDataFormat = config.get('dateFormat:scaled');
const dateFormat = config.get('dateFormat');

Expand Down

0 comments on commit 82988a0

Please sign in to comment.