Skip to content

Commit

Permalink
chore: removing TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
fracasula committed Aug 25, 2023
1 parent 82d0a3d commit 172b4f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion warehouse/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ func (job *UploadJob) run() (err error) {
}
defer whManager.Cleanup(job.ctx)

// TODO what does Recover really do?
if err = job.recovery.Recover(job.ctx, whManager, job.warehouse); err != nil {
_, _ = job.setUploadError(err, InternalProcessingFailed)
return err
Expand Down

0 comments on commit 172b4f1

Please sign in to comment.