Skip to content

Commit

Permalink
added updated startOn value in status change api response (#1499)
Browse files Browse the repository at this point in the history
Co-authored-by: Zack Lee <[email protected]>
  • Loading branch information
Yagnik56 and zackcl authored May 3, 2024
1 parent 4b4a70d commit e100b21
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ export class ExperimentService {
return {
...oldExperiment,
state: updatedState[0].state,
startOn: updatedState[0].startOn,
stateTimeLogs: [...oldExperiment.stateTimeLogs, updatedStateTimeLog],
};
}
Expand Down

0 comments on commit e100b21

Please sign in to comment.