Skip to content

Commit

Permalink
fix issue with record_blob
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Nov 3, 2023
1 parent 54092b8 commit 1b8123c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pds/src/api/com/atproto/temp/importRepo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const importRepo = async (
blobRefs = blobRefs.concat(recordBlobs)
const blobValues = recordBlobs.map((cid) => ({
recordUri: uri.toString(),
blobCid: cid.toString(),
blobCid: cid.ref.toString(),
}))
const indexRecordBlobs =
blobValues.length > 0
Expand Down

0 comments on commit 1b8123c

Please sign in to comment.