diff --git a/platform/nodejs/index.js b/platform/nodejs/index.js index b6b379995..653790f4b 100644 --- a/platform/nodejs/index.js +++ b/platform/nodejs/index.js @@ -180,7 +180,7 @@ async function useLists(lists, options = {}) { useLists.promise = Promise.all(promises); await useLists.promise; - useLists.promise = null; + useLists.promise = null; // eslint-disable-line require-atomic-updates // Commit changes snfe.freeze();