mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-15 16:20:03 +00:00
🩹 Fixes all minor issues raised by DeepScan
This commit is contained in:
@@ -85,7 +85,7 @@ export default {
|
||||
axios.get(this.endpoint)
|
||||
.then((response) => {
|
||||
try {
|
||||
this.lineStatuses = this.processData(response.data);
|
||||
this.processData(response.data);
|
||||
} catch (chartingError) {
|
||||
this.error('Unable to plot results on chart', chartingError);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user