Skip to content
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

FIX: types for lastSynced #58

Merged
merged 1 commit into from
Mar 11, 2024
Merged

FIX: types for lastSynced #58

merged 1 commit into from
Mar 11, 2024

Conversation

nichoth
Copy link
Contributor

@nichoth nichoth commented Mar 11, 2024

In baseNode, we call this.log.store.setLastSynced with { received: number }. But the types for this method require an argument like { received: number, sent: number }.

Should this use a different type, so that you do not have to pass in a sent property?

@ai ai merged commit fe67ec4 into logux:main Mar 11, 2024
4 checks passed
@ai
Copy link
Member

ai commented Mar 11, 2024

Yes

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