mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-07-17 16:38:59 +00:00
delete unused object
This commit is contained in:
parent
42f3a3ee71
commit
15f59b9e36
1 changed files with 0 additions and 6 deletions
|
|
@ -170,12 +170,6 @@ export default {
|
|||
const authenticated = await this.authenticate();
|
||||
if (!authenticated) return;
|
||||
}
|
||||
const options = {
|
||||
method: "GET",
|
||||
headers: {
|
||||
'Content-Type': 'application/json'
|
||||
}
|
||||
};
|
||||
const response = await this.fetch(`api/stats/summary?sid=${encodeURIComponent(this.sessionId)}`);
|
||||
|
||||
if (response?.queries?.percent_blocked === undefined) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue