We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
osm._del() does not consider relations:
osm._del()
https://github.com/digidem/osm-p2p-db/blob/master/index.js#L163-L173
It looks like the hyperlog-join map function expects row.value.members to be set by osm._del()
row.value.members
https://github.com/digidem/osm-p2p-db/blob/master/index.js#L65-L73
The text was updated successfully, but these errors were encountered:
hackergrrl
No branches or pull requests
osm._del()
does not consider relations:https://github.com/digidem/osm-p2p-db/blob/master/index.js#L163-L173
It looks like the hyperlog-join map function expects
row.value.members
to be set byosm._del()
https://github.com/digidem/osm-p2p-db/blob/master/index.js#L65-L73
The text was updated successfully, but these errors were encountered: