Skip to content

Commit 4c6751f

Browse files
committed
making payloadId nullable
Signed-off-by: Neil South <[email protected]>
1 parent f551b56 commit 4c6751f

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)