mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
Remove double 'data' event on write
This commit is contained in:
@@ -51,7 +51,7 @@ class OrbitClient {
|
||||
|
||||
_onWrite(channel, hash) {
|
||||
this._pubsub.publish(channel, hash)
|
||||
this.events.emit('data', channel, hash);
|
||||
// this.events.emit('data', channel, hash);
|
||||
}
|
||||
|
||||
_onSync(channel, hash) {
|
||||
|
||||
Reference in New Issue
Block a user