From 4946afac1255e2fae443e239b2c989cd4e550c33 Mon Sep 17 00:00:00 2001 From: Andre Staltz Date: Fri, 19 Jan 2024 12:48:57 +0200 Subject: [PATCH] fix typescript --- lib/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.js b/lib/index.js index 2446109..3efa10a 100644 --- a/lib/index.js +++ b/lib/index.js @@ -928,6 +928,7 @@ function initDB(peer, config) { const tangles = populateTangles(tangleTemplates) const accountTangle = new DBTangle(opts.account, records(), get) const accountTips = [...accountTangle.tips] + /**@type {MsgV4.CreateOpts}*/ const fullOpts = { ...opts, tangles, accountTips, keypair } // If opts ask for encryption, encrypt and put ciphertext in opts.data