mirror of https://github.com/Lissy93/dashy.git
Remove trailing space
This commit is contained in:
parent
5cfc9b1bd8
commit
c867a90919
|
@ -42,7 +42,7 @@ export default {
|
|||
});
|
||||
},
|
||||
validate(response) {
|
||||
if (Array.isArray(response)) {
|
||||
if (Array.isArray(response)) {
|
||||
this.error('Got success, but found no results, possible authorization error');
|
||||
} else if (!response.ads_over_time || !response.domains_over_time) {
|
||||
this.error('Expected data was not returned from Pi-Hole');
|
||||
|
|
Loading…
Reference in New Issue