mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
Update index.js
Please @amark confirm if this line (80) is really necessary. This commit fix the issue #616
This commit is contained in:
parent
fffec3cc63
commit
84557c7a4f
@ -77,7 +77,7 @@
|
||||
// potentially parallel async operations!!!
|
||||
var check = {}, each = {}, u;
|
||||
each.node = function(node, soul){
|
||||
if(Gun.obj.empty(node, '_')){ return check['node'+soul] = 0 } // ignore empty updates, don't reject them.
|
||||
//if(Gun.obj.empty(node, '_')){ return check['node'+soul] = 0 } // ignore empty updates, don't reject them. @amark, removing this line solves issue #616. 2018-10-02
|
||||
Gun.obj.map(node, each.way, {soul: soul, node: node});
|
||||
};
|
||||
each.way = function(val, key){
|
||||
|
Loading…
x
Reference in New Issue
Block a user