Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Nov 17, 2023
1 parent 86c20a9 commit 32157b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/pds/src/api/com/atproto/temp/importRepo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ const importRepo = async (
.selectFrom('repo_root')
.selectAll()
.executeTakeFirst()
log.info({ did, currRoot }, 'pds-v2-debug db currRoot')
const currRepo = currRoot
? await Repo.load(actorStore.repo.storage, CID.parse(currRoot.cid))
: null
Expand Down

0 comments on commit 32157b6

Please sign in to comment.