Remove trailing space

This commit is contained in:
Alberto Caravaca 2023-01-20 15:21:55 -06:00
parent 5cfc9b1bd8
commit c867a90919
1 changed files with 1 additions and 1 deletions

View File

@ -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');