db/events: fix import order
This commit is contained in:
parent
9da4fb2bba
commit
007f464d31
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue