delete unused object

pull/923/head
Molham 2025-04-20 01:02:27 +02:00 committed by Bastien Wirtz
parent 42f3a3ee71
commit 15f59b9e36
1 changed files with 0 additions and 6 deletions

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