From 3688ba1cc6f680ccdcee65971384b5f59a44aec6 Mon Sep 17 00:00:00 2001 From: Mark Nadal Date: Tue, 16 Jan 2024 03:40:40 -0800 Subject: [PATCH] bump path --- rad.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rad.js b/rad.js index 9afc918d8..e6c9fa936 100644 --- a/rad.js +++ b/rad.js @@ -1,6 +1,6 @@ ;(function(){ // RAD console.log("Warning: Experimental rewrite of RAD to use Book. It is not API compatible with RAD yet and is very alpha."); - var sT = setTimeout, Book = sT.Book || require('gun/lib/book'), RAD = sT.RAD || (sT.RAD = function(opt){ + var sT = setTimeout, Book = sT.Book || require('gun/src/book'), RAD = sT.RAD || (sT.RAD = function(opt){ opt = opt || {}; opt.file = String(opt.file || 'radata'); var log = opt.log || nope;