diff --git a/src/nodes/NodeGraph.ts b/src/nodes/NodeGraph.ts index b0ed932059..d2408c1c07 100644 --- a/src/nodes/NodeGraph.ts +++ b/src/nodes/NodeGraph.ts @@ -496,7 +496,7 @@ class NodeGraph { bucketsDbIterator.seek([key[0], key[2]]); // eslint-disable-next-line const iteratorResult = await bucketsDbIterator.next(); - if (iteratorResult == null) never(); + if (iteratorResult == null) utils.never(); const [, nodeData] = iteratorResult; if (bucketIndex == null) { // First entry of the first bucket