Skip to content

Commit

Permalink
Merge pull request #6384 from bcgov/bugs/16876
Browse files Browse the repository at this point in the history
Change claim id to long from int for AB#16876.
  • Loading branch information
sslaws authored Dec 9, 2024
2 parents 3ef130f + c1df313 commit 44abf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps/Encounter/src/Models/Claim.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class Claim
/// Gets or sets the ClaimId.
/// </summary>
[JsonPropertyName("claimId")]
public int ClaimId { get; set; }
public long ClaimId { get; set; }

/// <summary>
/// Gets or sets the Service Date.
Expand Down

0 comments on commit 44abf39

Please sign in to comment.