From c567aae376da4c10c19ff1605dcc4b0002921755 Mon Sep 17 00:00:00 2001 From: Mark Nadal Date: Sat, 8 Dec 2018 18:08:53 -0800 Subject: [PATCH] Update rfs.js --- lib/rfs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/rfs.js b/lib/rfs.js index 2fe5be3c..05595a28 100644 --- a/lib/rfs.js +++ b/lib/rfs.js @@ -77,7 +77,7 @@ function Mem(opt){ cb(null, tmp); }, 1); }; - store.list = function(cb, match){ + store.list = function(cb, match){ // supporting this is no longer needed! Optional. setTimeout(function(){ Gun.obj.map(Object.keys(storage), cb) || cb(); }, 1); @@ -85,4 +85,4 @@ function Mem(opt){ return store; } -module.exports = Store;//Gun.TESTING? Mem : Store; \ No newline at end of file +module.exports = Store;//Gun.TESTING? Mem : Store;