@leofcoin/peernet 0.14.5 → 0.14.6
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/browser/peernet.js +1 -1
- package/package.json +1 -1
package/dist/browser/peernet.js
CHANGED
|
@@ -3220,7 +3220,7 @@ class LeofcoinStorage {
|
|
|
3220
3220
|
async get(key) {
|
|
3221
3221
|
if (!key) return this.query()
|
|
3222
3222
|
if (typeof key === 'object') return this.many('get', key);
|
|
3223
|
-
return
|
|
3223
|
+
return this.db.get(new KeyPath(key))
|
|
3224
3224
|
}
|
|
3225
3225
|
/**
|
|
3226
3226
|
*
|