App.requestCounters() is not a thing

This commit is contained in:
Andrew Dolgov 2021-02-23 17:43:35 +03:00
parent 85095f8a53
commit 37d46411c7
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ const Feeds = {
// bw_limit disables timeout() so we request initial counters separately
if (App.getInitParam("bw_limit")) {
App.requestCounters(true);
this.requestCounters(true);
} else {
setTimeout(() => {
this.requestCounters(true);