Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyione committed Jun 21, 2020
1 parent 0fb44b4 commit 4eca1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rest-server/src/utils/frameworkConverter.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const convertToJobAttempt = async (framework) => {
id: null,
startTime: null,
completionTime: null,
taskRoleStatuses: {},
taskRoleStatuses: [],
},
state: null,
retryPolicyStatus: {
Expand Down

0 comments on commit 4eca1d3

Please sign in to comment.