mirror of
https://github.com/Lissy93/dashy.git
synced 2025-04-08 17:06:18 +02:00
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…
x
Reference in New Issue
Block a user