Skip to content

Commit

Permalink
updated async requests handler
Browse files Browse the repository at this point in the history
  • Loading branch information
adranwit committed Jun 4, 2024
1 parent 11becc0 commit 55e272f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gateway/async.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ func (s *Service) watchAsyncJob(ctx context.Context) {
destURL := url.Join(s.Config.FailedJobURL, time.Now().Format("20060102"), object.Name())
err = fs.Move(ctx, object.URL(), destURL)
}

if err != nil {
log.Println(err)
}
Expand Down

0 comments on commit 55e272f

Please sign in to comment.