debug: stringify tags

This commit is contained in:
Alex Gleason 2023-12-27 22:27:05 -06:00
parent 06be0c0a50
commit 84a083bc7c
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ async function trackHashtags(event: Event): Promise<void> {
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