Skip to content

Commit 04e0a8e

Browse files
committed
update osparcCredits
1 parent affe37f commit 04e0a8e

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

services/static-webserver/client/source/class/osparc/data/SubJob.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ qx.Class.define("osparc.data.SubJob", {
104104
progress: subJobData["progress"],
105105
startedAt: subJobData["startedAt"] ? new Date(subJobData["startedAt"]) : null,
106106
endedAt: subJobData["endedAt"] ? new Date(subJobData["endedAt"]) : null,
107+
osparcCredits: subJobData["osparcCredits"] === null ? null : -1*parseFloat(subJobData["osparcCredits"]),
107108
});
108109
},
109110
},

0 commit comments

Comments
 (0)