From c7fc2554df206e1d3884abd28d386ebe62317c50 Mon Sep 17 00:00:00 2001 From: Andre Staltz Date: Tue, 9 Jan 2024 11:07:10 +0200 Subject: [PATCH] make ppppp-dict optional --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 5212ed5..8d05226 100644 --- a/lib/index.js +++ b/lib/index.js @@ -15,9 +15,9 @@ const MsgV4 = require('ppppp-db/msg-v4') * db: PPPPPDB, * goals: PPPPPGoal, * set: PPPPPSet, - * dict: PPPPPDict, * sync: PPPPPSync, * gc: PPPPPGC, + * dict: PPPPPDict | null, * }} Peer */