Skip to content

Commit

Permalink
Rename JsonProperty for DataService
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Chang <[email protected]>
  • Loading branch information
mocsharp committed Aug 22, 2023
1 parent 40f7c49 commit d163a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Messaging/Events/WorkflowRequestEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace Monai.Deploy.Messaging.Events
{
public class DataOrigin
{
[JsonProperty(PropertyName = "type")]
[JsonProperty(PropertyName = "dataService")]
public DataService DataService { get; set; }

/// <summary>
Expand Down

0 comments on commit d163a66

Please sign in to comment.