From 809eae4f982235d0fc85471ffc84ca4f89ba0009 Mon Sep 17 00:00:00 2001 From: Bradley Matusiak Date: Tue, 12 Jul 2022 23:57:27 -0400 Subject: [PATCH] dont block stop chain because of deprecated nts (#1252) --- nts.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nts.js b/nts.js index 147acab6..1adfa544 100644 --- a/nts.js +++ b/nts.js @@ -4,6 +4,8 @@ var smooth = 2; Gun.on('create', function(root){ // switch to DAM, deprecated old + Gun.log.once("nts", "gun/nts is removed deprecated old"); + this.to.next(root); return ; // stub out for now. TODO: IMPORTANT! re-add back in later. var opt = root.opt, mesh = opt.mesh; if(!mesh) return;