Add missing return

pull/1/head
yflory 4 years ago
parent d17b17c2e3
commit f8ae3a8c8e

@ -147,6 +147,7 @@ define([
var updateBoards = function (framework, kanban, boards) { var updateBoards = function (framework, kanban, boards) {
if ((now() - _lastUpdate) > 5000) { if ((now() - _lastUpdate) > 5000) {
_updateBoards(framework, kanban, boards); _updateBoards(framework, kanban, boards);
return;
} }
_updateBoardsThrottle(); _updateBoardsThrottle();
}; };

Loading…
Cancel
Save