Update storage/blob.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
2026-03-03 00:34:53 +01:00
committed by GitHub
parent cfec3afb49
commit cd7a1b4956

View File

@@ -135,7 +135,7 @@ func (bs *BlobStore) saveBlob(chunkID string, data []byte) error {
if err := os.Rename(tmpPath, fullPath); err != nil {
if _, statErr := os.Stat(fullPath); statErr == nil {
:q success = true
success = true
return nil
}
return err