Skip to content

Commit d5bbf2a

Browse files
committed
minor
1 parent 94e3cb3 commit d5bbf2a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/desktop/StudyEditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ qx.Class.define("osparc.desktop.StudyEditor", {
302302
}
303303
},
304304

305-
__setLastSyncedProjectDocument: function(studyData, version) {
305+
__setLastSyncedProjectDocument: function(studyData) {
306306
this.__lastSyncedProjectDocument = osparc.data.model.Study.deepCloneStudyObject(studyData, true);
307307

308308
// remove the runHash, this.__lastSyncedProjectDocument is only used for diff comparison and the frontend doesn't keep it

0 commit comments

Comments
 (0)