From 34b15c595d3f6d5bbb7477786dfc59cf5b0b0f0b Mon Sep 17 00:00:00 2001 From: Roger Qiu Date: Thu, 9 Nov 2023 11:01:42 +1100 Subject: [PATCH] WIP [ci skip] --- src/nodes/NodeGraph.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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