Skip to content

Commit cce7b6d

Browse files
committed
minor
1 parent 87fda83 commit cce7b6d

File tree

1 file changed

+1
-0
lines changed
  • services/static-webserver/client/source/class/osparc/store

1 file changed

+1
-0
lines changed

services/static-webserver/client/source/class/osparc/store/Store.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ qx.Class.define("osparc.store.Store", {
456456
},
457457

458458
setStudyDebt: function(studyId, debt) {
459+
// init object if it does not exist
459460
if (this.__studiesInDebt === null) {
460461
this.__studiesInDebt = {};
461462
}

0 commit comments

Comments
 (0)