Skip to content

fix(cli): finishedAt type in SyncStatus #4013

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 12, 2025

Conversation

kaposke
Copy link
Contributor

@kaposke kaposke commented May 8, 2025

finishedAt can be undefined before the first run. https://nangohq.slack.com/archives/C069QNE69DX/p1745529633956029


This PR updates the finishedAt field type in the SyncStatus interface from string to string | undefined to properly handle the case where the field is undefined before the first sync run.

This summary was automatically generated by @propel-code-bot

@kaposke kaposke requested a review from a team May 8, 2025 15:52
@kaposke kaposke self-assigned this May 8, 2025
Copy link

linear bot commented May 8, 2025

Copy link

cubic-dev-ai bot commented May 8, 2025

Your mrge subscription is currently inactive. Please reactivate your subscription to receive AI reviews and use mrge.

@kaposke kaposke marked this pull request as ready for review May 8, 2025 15:54
@kaposke kaposke merged commit a783293 into master May 12, 2025
17 checks passed
@kaposke kaposke deleted the gui/NAN-3166/fix-finished-at-in-cli-sync-status branch May 12, 2025 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants