Skip to content

Commit b087cd7

Browse files
committed
unify naming
Signed-off-by: Neil South <[email protected]>
1 parent d41cfbe commit b087cd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Messaging/Events/ExportRequestEvent.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ public class ExportRequestEvent : EventBase
9090
/// <summary>
9191
/// Gets or set the payloadId for external apps sending data back
9292
/// </summary>
93-
[JsonProperty(PropertyName = "file_id")]
94-
[JsonPropertyName("file_id")]
93+
[JsonProperty(PropertyName = "payload_id")]
94+
[JsonPropertyName("payload_id")]
9595
public string? PayloadId { get; set; }
9696

9797
/// <summary>

0 commit comments

Comments
 (0)