Skip to content

Commit

Permalink
undo prev change
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Feb 15, 2024
1 parent ec7ef97 commit 7fe0fea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/pds/src/api/com/atproto/server/createAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,6 @@ const validateInputsForLocalPds = async (
`Missing auth to create account with did: ${input.did}`,
)
}
if (!ctx.cfg.service.acceptingImports) {
throw new InvalidRequestError('Service is not accepting repo imports')
}
did = input.did
plcOp = null
deactivated = true
Expand Down

0 comments on commit 7fe0fea

Please sign in to comment.