debug: stringify tags
This commit is contained in:
parent
06be0c0a50
commit
84a083bc7c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue