diff --git a/src/db/events.ts b/src/db/events.ts index 4bdea6c..bac2658 100644 --- a/src/db/events.ts +++ b/src/db/events.ts @@ -1,8 +1,7 @@ +import { db, type TagRow } from '@/db.ts'; import { type Filter, type Insertable } from '@/deps.ts'; import { type SignedEvent } from '@/event.ts'; -import { db, type TagRow } from '@/db.ts'; - type TagCondition = ({ event, count }: { event: SignedEvent; count: number }) => boolean; /** Conditions for when to index certain tags. */