Removed not needed key

This commit is contained in:
mhelander 2017-10-16 20:45:27 +03:00
parent 4e46e5e4c4
commit 99724c6ade

2
sea.js
View File

@ -859,7 +859,7 @@
console.log('NO!', each.err);
return;
}
if(Gun.obj.map(check, function(no, key){
if(Gun.obj.map(check, function(no){
if(no){ return true }
})){ return }
to.next(msg);