From cd7a1b4956b965acd33c65ddc5acaeae32f8a06b Mon Sep 17 00:00:00 2001 From: andrej Date: Tue, 3 Mar 2026 00:34:53 +0100 Subject: [PATCH] Update storage/blob.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- storage/blob.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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