Commit 70be3336 by Torkel Ödegaard

Last miniute fix for issue in influxdb http request calling

parent 577efbf0
......@@ -227,7 +227,7 @@ function (angular, _, kbn, InfluxSeries) {
data: data
};
return $http(options).then(function (data) {
return $http(options).success(function (data) {
deferred.resolve(data);
});
}, 10);
......
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