@ethereansos/interfaces-core 0.4.152 → 0.4.153
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -64211,7 +64211,7 @@ function _clear() {
|
|
|
64211
64211
|
switch (_context3.prev = _context3.next) {
|
|
64212
64212
|
case 0:
|
|
64213
64213
|
_context3.next = 2;
|
|
64214
|
-
return closeDB();
|
|
64214
|
+
return closeDB(internalDB);
|
|
64215
64215
|
|
|
64216
64216
|
case 2:
|
|
64217
64217
|
internalDB = undefined;
|