fix: remove unused variable

This commit is contained in:
P. Reis 2024-06-08 09:10:19 -03:00
parent fca7825bbf
commit b088276c51
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ import { RelayError } from '@/RelayError.ts';
import { purifyEvent } from '@/storages/hydrate.ts';
import { isNostrId, isURL } from '@/utils.ts';
import { abortError } from '@/utils/abort.ts';
import { getTagSet } from '@/utils/tags.ts';
/** Function to decide whether or not to index a tag. */
type TagCondition = ({ event, count, value }: {