Remove trailing space
This commit is contained in:
@@ -42,7 +42,7 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
validate(response) {
|
validate(response) {
|
||||||
if (Array.isArray(response)) {
|
if (Array.isArray(response)) {
|
||||||
this.error('Got success, but found no results, possible authorization error');
|
this.error('Got success, but found no results, possible authorization error');
|
||||||
} else if (!response.ads_over_time || !response.domains_over_time) {
|
} else if (!response.ads_over_time || !response.domains_over_time) {
|
||||||
this.error('Expected data was not returned from Pi-Hole');
|
this.error('Expected data was not returned from Pi-Hole');
|
||||||
|
|||||||
Reference in New Issue
Block a user