diff --git a/src/pipeline.ts b/src/pipeline.ts index 1bbed40..4bdec81 100644 --- a/src/pipeline.ts +++ b/src/pipeline.ts @@ -68,8 +68,7 @@ async function storeEvent(event: Event, data: EventData): Promise { } /** Track whenever a hashtag is used, for processing trending tags. */ -// deno-lint-ignore require-await -async function trackHashtags(event: Event): Promise { +function trackHashtags(event: Event): void { const date = nostrDate(event.created_at); const tags = event.tags