Paid to Date does not Match Client Paid to Date

When running php artisan ninja:check-data I am getting the following

2021-10-03 04:24:05 XXXXXXX id = # 4 - Paid to date does not match Client Paid To Date = XXXXX - Invoice Payments = XXXXX 2021-10-03 04:24:05 XXXXXXXX id = # 8 - Paid to date does not match Client Paid To Date = XXXXX - Invoice Payments = XXXXX

Anyone know a way to get this corrected. From what it looks like it is a difference in the newest invoices.

@david any thoughts to debug this?

Note: I believe this issue was also posted in Slack.

@aaronfs07

you can run

php artisan ninja:check-data --paid_to_date=true

This will fix the discrepancies

This worked! Awesome thank you!