Fix lint issues from previous commit

Signed-off-by: Ludovic Vielle <ludovic@probo.com>
This commit is contained in:
Ludovic Vielle
2026-06-03 10:50:55 +02:00
parent 6c072a2f7b
commit 9ea9769873
4 changed files with 5 additions and 3 deletions

View File

@@ -52,6 +52,7 @@ func (s *Service) GeneratePresignedFileURL(
if err := file.LoadPublicByID(ctx, conn, fileID); err != nil {
return fmt.Errorf("cannot load public file: %w", err)
}
return nil
})
if err != nil {