Skip to content

Commit

Permalink
sync get record shouldnt unmarshal
Browse files Browse the repository at this point in the history
  • Loading branch information
whyrusleeping committed Nov 16, 2024
1 parent 0fc4c7e commit e06f58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repomgr/repomgr.go
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ func (rm *RepoManager) GetRecordProof(ctx context.Context, user models.Uid, coll
return cid.Undef, nil, err
}

_, _, err = r.GetRecord(ctx, collection+"/"+rkey)
_, _, err = r.GetRecordBytes(ctx, collection+"/"+rkey)
if err != nil {
return cid.Undef, nil, err
}
Expand Down

0 comments on commit e06f58c

Please sign in to comment.