Update rs3.js

This commit is contained in:
Mark Nadal 2021-07-15 23:03:56 -07:00 committed by GitHub
parent 5bafcea9f3
commit 8c8b513716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ function Store(opt){
}); });
}; };
//store.list(function(){ return true }); //store.list(function(){ return true });
require('./rfsmix')(opt, store); // ugly, but gotta move fast for now. if(false !== opt.rfs){ require('./rfsmix')(opt, store) } // ugly, but gotta move fast for now.
return store; return store;
} }