Skip to content
Snippets Groups Projects
Commit 37d46411 authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

App.requestCounters() is not a thing

parent 85095f8a
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment