Force update usage bar

pull/1/head
yflory 2020-09-03 14:35:36 +02:00
parent 002476ddd3
commit b7d8366942
1 changed files with 3 additions and 1 deletions

View File

@ -2104,7 +2104,9 @@ define([
cb(null, $container);
return {
$container: $container,
update: updateUsage,
update: function () {
common.getPinUsage(teamId, todo);
},
stop: function () {
clearInterval(interval);
}