mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
fix: ERROR: Radisk needs store.put
interface (#1374)
This commit is contained in:
parent
1c095b13e9
commit
03735dc09c
@ -83,7 +83,7 @@ Gun.on('create', function(root){
|
||||
this.to.next(root);
|
||||
var opt = root.opt;
|
||||
if(opt.rfs === false){ return }
|
||||
opt.store = opt.store || (!Gun.window || opt.rfs === true && Store(opt));
|
||||
opt.store = opt.store || ((!Gun.window || opt.rfs === true) && Store(opt));
|
||||
});
|
||||
|
||||
module.exports = Store;
|
Loading…
x
Reference in New Issue
Block a user