Open
Description
While trying the snipet from the README with: sbtree@3.1.0, found an error in the example:
line: 21
(node:28068) UnhandledPromiseRejectionWarning: TypeError: (intermediate value) is not iterable
at EventEmitter.start (/Users/harrygardner/Documents/code/nodejs/bppTree/index.js:21:18)
Fix:
const alex = await tree.getDocument(doc._id); // const [alex] = await tree.getDocument(doc._id);
In Memory Example works as expected after this change.
Metadata
Metadata
Assignees
Labels
No labels