Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Nov 1, 2023
1 parent c27b415 commit d34e462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/pds/src/account-manager/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export class AccountManager {
now,
}),
auth.storeRefreshToken(dbTxn, refreshPayload, null),
repo.updateRoot(this.db, did, repoCid, repoRev),
repo.updateRoot(dbTxn, did, repoCid, repoRev),
])
})
return { accessJwt, refreshJwt }
Expand Down
2 changes: 1 addition & 1 deletion packages/pds/src/api/com/atproto/temp/transferAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ensureAtpDocument } from '@atproto/identity'
import * as plc from '@did-plc/lib'
import { Server } from '../../../../lexicon'
import AppContext from '../../../../context'
import { cborDecode, check, cidForCbor } from '@atproto/common'
import { check, cidForCbor } from '@atproto/common'
import { InvalidRequestError } from '@atproto/xrpc-server'

export default function (server: Server, ctx: AppContext) {
Expand Down

0 comments on commit d34e462

Please sign in to comment.