Skip to content

Commit

Permalink
Merge pull request #383 from nofrixion/MOOV-3464-Minor-Fixes
Browse files Browse the repository at this point in the history
Made unsynchronised transaction count nullable
  • Loading branch information
sauravmaiti22 authored Jul 23, 2024
2 parents 9cffa12 + 538885c commit 6357528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NoFrixion.MoneyMoov/Models/Account/PaymentAccount.cs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public string Summary
/// <summary>
/// Indicates the number of unsynchronised transactions with Xero
/// </summary>
public int XeroUnsynchronisedTransactionsCount { get; set; }
public int? XeroUnsynchronisedTransactionsCount { get; set; }

/// <summary>
/// Indicates that the bank feed connection can no longer be found in Xero.
Expand Down

0 comments on commit 6357528

Please sign in to comment.