Skip to content

Commit

Permalink
fix payload DTO
Browse files Browse the repository at this point in the history
Signed-off-by: Neil South <[email protected]>
  • Loading branch information
neildsouth committed Jul 3, 2024
1 parent 87254b8 commit b27213d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WorkflowManager/Contracts/Models/PayloadDto.cs
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public PayloadDto(Payload payload)
PayloadDeleted = payload.PayloadDeleted;
SeriesInstanceUid = payload.SeriesInstanceUid;
TriggeredWorkflowNames = payload.TriggeredWorkflowNames;
AccessionId = payload.AccessionId;
}

[JsonProperty(PropertyName = "payload_status")]
Expand Down

0 comments on commit b27213d

Please sign in to comment.