1
0
Fork 0
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:
Molham 2025-04-20 01:02:27 +02:00 committed by Bastien Wirtz
parent 42f3a3ee71
commit 15f59b9e36

View file

@ -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) {