Skip to content

Commit 5109711

Browse files
author
todd
committed
fix: missing field #82
1 parent 9b9809f commit 5109711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Novu.Domain/Models/Notifications/Notification.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class Notification
1212
[JsonProperty("transactionId")] public string TransactionId { get; set; }
1313
[JsonProperty("channels")] public ChannelTypeEnum[] Channels { get; set; }
1414
[JsonProperty("template")] public Template Template { get; set; }
15-
15+
[JsonProperty("content")] public string Content { get; set; }
1616
/// <summary>
1717
/// Sometimes this can be null and not sure why
1818
/// </summary>

0 commit comments

Comments
 (0)