Skip to content

Commit

Permalink
bump path
Browse files Browse the repository at this point in the history
  • Loading branch information
amark committed Jan 16, 2024
1 parent 78a40da commit 3688ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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;
Expand Down

0 comments on commit 3688ba1

Please sign in to comment.