Skip to content

Commit 875b2df

Browse files
authored
Merge pull request #247 from Project-MONAI/AI-230
making payloadId nullable
2 parents bb9840f + 4c6751f commit 875b2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Messaging/Events/ExportRequestEvent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public class ExportRequestEvent : EventBase
8989

9090
[JsonProperty(PropertyName = "file_id")]
9191
[JsonPropertyName("file_id")]
92-
public string PayloadId { get; set; } = string.Empty;
92+
public string? PayloadId { get; set; }
9393

9494
/// <summary>
9595
/// A list of data output plug-in type names to be executed by the export services.

0 commit comments

Comments
 (0)