Add missing return
parent
d17b17c2e3
commit
f8ae3a8c8e
|
@ -147,6 +147,7 @@ define([
|
|||
var updateBoards = function (framework, kanban, boards) {
|
||||
if ((now() - _lastUpdate) > 5000) {
|
||||
_updateBoards(framework, kanban, boards);
|
||||
return;
|
||||
}
|
||||
_updateBoardsThrottle();
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue