Skip to content

Commit

Permalink
add admin getRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Jan 5, 2024
1 parent 223972b commit bd5c8b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/bsky/src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ import fetchLabels from './com/atproto/temp/fetchLabels'
import emitModerationEvent from './com/atproto/admin/emitModerationEvent'
import getModerationEvent from './com/atproto/admin/getModerationEvent'
import getRepo from './com/atproto/admin/getRepo'
import getAdminRecord from './com/atproto/admin/getRecord'
import queryModerationEvents from './com/atproto/admin/queryModerationEvents'
import queryModerationStatuses from './com/atproto/admin/queryModerationStatuses'
import searchRepos from './com/atproto/admin/searchRepos'
Expand Down Expand Up @@ -114,6 +115,7 @@ export default function (server: Server, ctx: AppContext) {
emitModerationEvent(server, ctx)
getModerationEvent(server, ctx)
getRepo(server, ctx)
getAdminRecord(server, ctx)
queryModerationEvents(server, ctx)
queryModerationStatuses(server, ctx)
searchRepos(server, ctx)
Expand Down

0 comments on commit bd5c8b6

Please sign in to comment.