Skip to content

Commit 81e9034

Browse files
committed
WIP [ci skip]
1 parent 71583a6 commit 81e9034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nodes/NodeGraph.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ class NodeGraph {
496496
bucketsDbIterator.seek([key[0], key[2]]);
497497
// eslint-disable-next-line
498498
const iteratorResult = await bucketsDbIterator.next();
499-
if (iteratorResult == null) never();
499+
if (iteratorResult == null) utils.never();
500500
const [, nodeData] = iteratorResult;
501501
if (bucketIndex == null) {
502502
// First entry of the first bucket

0 commit comments

Comments
 (0)