This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
Pass db to AbstractIterator #76
Labels
cleanup
Housekeeping
good first issue
Good for newcomers
semver-patch
Bug fixes that are backward compatible
We incorrectly pass an options object to AbstractIterator here:
deferred-leveldown/deferred-iterator.js
Lines 4 to 5 in 2e45a79
Should be the db. Either the
deferred-leveldown
instance or the underlying db. The former would be more correct in terms ofabstract-leveldown
compliance.Tagging with
cleanup
instead ofbug
because nothing is affected.The text was updated successfully, but these errors were encountered: