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/save json return type #555

Merged
merged 2 commits into from
Jan 29, 2024
Merged

Fix/save json return type #555

merged 2 commits into from
Jan 29, 2024

Conversation

filafb
Copy link
Contributor

@filafb filafb commented Jan 11, 2024

What is the purpose of this pull request?

What problem is this solving?

The return type from the VBase saveJSON method is currently Promise<void>. This PR changes it the correct type to Promise<Array<{path: string; hash: string}>>.

The VBase service that answers this request is this one, and the return type is defined here.

@filafb filafb self-assigned this Jan 11, 2024
@filafb filafb merged commit 7e02297 into master Jan 29, 2024
2 checks passed
@filafb filafb deleted the fix/save-json-return-type branch January 29, 2024 14:05
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