Skip to content

Commit

Permalink
fix: renterd missing key
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Feb 23, 2024
1 parent a505bf4 commit 2a20231
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export function FilesHealthColumnContents({
const slabs = sortBy(
obj.data.object.slabs.map((s) => ({
...s.slab,
key: `${s.offset}${s.length}${s.slab.key}`,
isPartialSlab: !!s.slab.shards,
contractSetShards: s.slab.shards?.length
? computeSlabContractSetShards({
Expand Down

0 comments on commit 2a20231

Please sign in to comment.