orbit-db-store
Advanced tools
Comparing version 0.0.18 to 0.0.19
{ | ||
"name": "orbit-db-store", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "Base class for orbit-db data stores", | ||
@@ -5,0 +5,0 @@ "main": "src/Store.js", |
@@ -52,4 +52,3 @@ 'use strict'; | ||
sync(hash) { | ||
// if(!hash || this._lastWrite.indexOf(hash) > -1) { | ||
if(!hash) { | ||
if(!hash || this._lastWrite.indexOf(hash) > -1) { | ||
this.events.emit('updated', this.dbname, []); | ||
@@ -56,0 +55,0 @@ return Promise.resolve([]); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8962
142