This commit is contained in:
Raymond Hill 2021-09-12 10:48:48 -04:00
commit 670c5f1a7b
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -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();