diff --git a/storage/blob.go b/storage/blob.go index fa6a857..667958f 100644 --- a/storage/blob.go +++ b/storage/blob.go @@ -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