mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
db/events: fix import order
This commit is contained in:
parent
9da4fb2bba
commit
007f464d31
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
||||||
|
import { db, type TagRow } from '@/db.ts';
|
||||||
import { type Filter, type Insertable } from '@/deps.ts';
|
import { type Filter, type Insertable } from '@/deps.ts';
|
||||||
import { type SignedEvent } from '@/event.ts';
|
import { type SignedEvent } from '@/event.ts';
|
||||||
|
|
||||||
import { db, type TagRow } from '@/db.ts';
|
|
||||||
|
|
||||||
type TagCondition = ({ event, count }: { event: SignedEvent; count: number }) => boolean;
|
type TagCondition = ({ event, count }: { event: SignedEvent; count: number }) => boolean;
|
||||||
|
|
||||||
/** Conditions for when to index certain tags. */
|
/** Conditions for when to index certain tags. */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue