Commit f1847d45 by King'ori Maina

Correct object key typo

Should be ‘message’ not ‘messsage’.
parent 59fc72d3
......@@ -169,7 +169,7 @@ function (angular, _, dateMath, InfluxSeries, InfluxQueryBuilder) {
throw { message: 'InfluxDB Error Response: ' + err.data.error, data: err.data, config: err.config };
}
else {
throw { messsage: 'InfluxDB Error: ' + err.message, data: err.data, config: err.config };
throw { message: 'InfluxDB Error: ' + err.message, data: err.data, config: err.config };
}
}
});
......
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