From 84a083bc7ce72efc6f14d29823c3a18a4c90d89d Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 27 Dec 2023 22:27:05 -0600 Subject: [PATCH] debug: stringify tags --- src/pipeline.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipeline.ts b/src/pipeline.ts index 7b829cb5..081d6a45 100644 --- a/src/pipeline.ts +++ b/src/pipeline.ts @@ -117,7 +117,7 @@ async function trackHashtags(event: Event): Promise { if (!tags.length) return; try { - debug('tracking tags:', tags); + debug('tracking tags:', JSON.stringify(tags)); await TrendsWorker.addTagUsages(event.pubkey, tags, date); } catch (_e) { // do nothing