mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
testing erase
This commit is contained in:
parent
eebb9f2abb
commit
2ba37800d2
@ -11,7 +11,7 @@ Gun.on('opt', function(ctx){
|
||||
if(tmp){
|
||||
delete tmp[key];
|
||||
}
|
||||
tmp = tmp._ && tmp._['>'];
|
||||
tmp = tmp && tmp._ && tmp._['>'];
|
||||
if(tmp){
|
||||
delete tmp[key];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user