Commit 870775e8 by Carl Bergquist

Merge pull request #3788 from utkarshcmu/grunt-test

Fix failing circleci
parents 510a2119 54383a9a
...@@ -151,7 +151,7 @@ export default class InfluxQuery { ...@@ -151,7 +151,7 @@ export default class InfluxQuery {
} }
getMeasurementAndPolicy() { getMeasurementAndPolicy() {
var policy = this.target.policy var policy = this.target.policy;
var measurement = this.target.measurement; var measurement = this.target.measurement;
if (!measurement.match('^/.*/')) { if (!measurement.match('^/.*/')) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment