We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faff9ef commit 1c095b1Copy full SHA for 1c095b1
lib/store.js
@@ -66,7 +66,7 @@ Gun.on('create', function(root){
66
if((tmp = (root.next||'')[soul]) && tmp.put){
67
if(o.atom){
68
tmp = (tmp.next||'')[o.atom] ;
69
- if(tmp && tmp.rad){ return }
+ if(tmp && tmp.root && tmp.root.graph && tmp.root.graph[soul] && tmp.root.graph[soul][o.atom]){ return }
70
} else
71
if(tmp && tmp.rad){ return }
72
}
0 commit comments