common: update subscription models

This commit is contained in:
Abdullah Atta
2025-10-07 16:41:02 +05:00
committed by Abdullah Atta
parent 8aeeba0eeb
commit 72e825a12c
4 changed files with 12 additions and 52 deletions

View File

@@ -43,6 +43,6 @@ namespace Streetwriters.Common.Messages
public Message Message { get; set; }
[JsonPropertyName("originTokenId")]
public string OriginTokenId { get; set; }
public string? OriginTokenId { get; set; }
}
}