mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-04 22:24:25 +01:00
db/events: fix import order
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user