Skip to content

Commit

Permalink
fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Nov 9, 2023
1 parent a75939d commit 6f235a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unifi.js
Original file line number Diff line number Diff line change
Expand Up @@ -3008,7 +3008,7 @@ class Controller extends EventEmitter {
const response = await this._instance.get(this._baseurl.toString(), {
timeout: this.opts.timeout,
maxRedirects: 0,
validateStatus: () => true,
validateStatus: () => true
});

// Check for UniFiOS
Expand Down

0 comments on commit 6f235a0

Please sign in to comment.