Merge branch 'main' into 401_investigation

This commit is contained in:
aviator-app[bot] 2024-02-17 23:28:12 +00:00 committed by GitHub
commit 4c676683ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,6 +99,8 @@ func ZipExportCollection(
writer.CloseWithError(clues.Wrap(err, "writing zip entry").With("name", name).With("id", item.ID)) writer.CloseWithError(clues.Wrap(err, "writing zip entry").With("name", name).With("id", item.ID))
return return
} }
item.Body.Close()
} }
} }