Skip to content

Commit 5f9aa7b

Browse files
committed
minor
1 parent bcaa361 commit 5f9aa7b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ qx.Class.define("osparc.data.Job", {
2828
startedAt: jobData["startedAt"] ? new Date(jobData["startedAt"]) : null,
2929
endedAt: jobData["endedAt"] ? new Date(jobData["endedAt"]) : null,
3030
info: jobData["info"] || null,
31-
customMetadata: jobData["customMetadata"] || null,
31+
customMetadata: jobData["projectCustomMetadata"] || null,
3232
});
3333

3434
if (jobData["info"] && jobData["info"]["project_name"]) {

0 commit comments

Comments
 (0)