Skip to content

Commit c531335

Browse files
committed
fix: Removed json serializer decorator for approval request.
1 parent 5639377 commit c531335

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Unicorn.Web/ApprovalService/ApprovePublicationRequest.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ namespace Unicorn.Web.ApprovalService;
1010
/// </summary>
1111
[Serializable]
1212
public class ApprovePublicationRequest
13-
{
14-
[JsonPropertyName("property_id")]
13+
{
1514
public string PropertyId { get; set; } = null!;
1615
}
1716

0 commit comments

Comments
 (0)