Skip to content

Commit

Permalink
Fixing the file path from the #8
Browse files Browse the repository at this point in the history
  • Loading branch information
simianhacker committed Mar 1, 2017
1 parent e497a36 commit 4eba511
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint max-len:0 */
const filter = metric => metric.type === 'filter_ratio';
import bucketTransform from '../../bucket_transform';
import bucketTransform from '../../helpers/bucket_transform';
import _ from 'lodash';
export default function ratios(req, panel, series) {
return next => doc => {
Expand Down

0 comments on commit 4eba511

Please sign in to comment.