Skip to content

Commit

Permalink
relative paths to lexicons for build
Browse files Browse the repository at this point in the history
  • Loading branch information
devinivy committed Nov 22, 2023
1 parent 006372f commit a2e6ea6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
isModEventLabel,
isModEventReverseTakedown,
isModEventTakedown,
} from '@atproto/api/src/client/types/com/atproto/admin/defs'
} from '../../../../lexicon/types/com/atproto/admin/defs'
import { TakedownSubjects } from '../../../../services/moderation'
import { retryHttp } from '../../../../util/retry'

Expand Down
6 changes: 3 additions & 3 deletions packages/bsky/src/api/com/atproto/moderation/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ import {
REASONSEXUAL,
REASONVIOLATION,
} from '../../../../lexicon/types/com/atproto/moderation/defs'
import { ModerationEvent } from '../../../../db/tables/moderation'
import { ModerationSubjectStatusRow } from '../../../../services/moderation/types'
import {
REVIEWCLOSED,
REVIEWESCALATED,
REVIEWOPEN,
} from '@atproto/api/src/client/types/com/atproto/admin/defs'
} from '../../../../lexicon/types/com/atproto/admin/defs'
import { ModerationEvent } from '../../../../db/tables/moderation'
import { ModerationSubjectStatusRow } from '../../../../services/moderation/types'

type SubjectInput = ReportInput['subject'] | ActionInput['subject']

Expand Down

0 comments on commit a2e6ea6

Please sign in to comment.