We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71583a6 commit 81e9034Copy full SHA for 81e9034
src/nodes/NodeGraph.ts
@@ -496,7 +496,7 @@ class NodeGraph {
496
bucketsDbIterator.seek([key[0], key[2]]);
497
// eslint-disable-next-line
498
const iteratorResult = await bucketsDbIterator.next();
499
- if (iteratorResult == null) never();
+ if (iteratorResult == null) utils.never();
500
const [, nodeData] = iteratorResult;
501
if (bucketIndex == null) {
502
// First entry of the first bucket
0 commit comments