From ee98ab9dabaa7cc21e0c580a8ee3cca91b59fabc Mon Sep 17 00:00:00 2001 From: Silberengel Date: Sun, 31 May 2026 22:46:44 +0200 Subject: [PATCH] bug-fixes --- src/lib/discussion-topics.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/discussion-topics.test.ts b/src/lib/discussion-topics.test.ts index 5d66b0d4..506c052f 100644 --- a/src/lib/discussion-topics.test.ts +++ b/src/lib/discussion-topics.test.ts @@ -1,6 +1,6 @@ import { describe, expect, it } from 'vitest' import { kinds } from 'nostr-tools' -import { eventMatchesTopicOrContentHashtag, formatTopicMapBubbleLabel, isValidNormalizedTopicKey, normalizedKeyMatchesHashtagPattern, normalizeTopic, relayTopicTagFilterValues } from '@/lib/discussion-topics' +import { eventMatchesTopicOrContentHashtag, formatTopicMapBubbleLabel, isValidNormalizedTopicKey, normalizedKeyMatchesHashtagPattern, relayTopicTagFilterValues } from '@/lib/discussion-topics' describe('eventMatchesTopicOrContentHashtag', () => { it('matches normalized t tags', () => {