Skip to content

Commit

Permalink
fix older upload (#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitenjain14 authored Jan 21, 2024
1 parent a415a6b commit 4eb00b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zboxcore/sdk/chunked_upload_blobber.go
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,6 @@ func (sb *ChunkedUploadBlobber) processWriteMarker(
}
size += change.GetSize()
}

rootRef.CalculateHash()
return rootRef, lR.LatestWM, size, fileIDMeta, nil
}

0 comments on commit 4eb00b5

Please sign in to comment.