Skip to content

Commit

Permalink
Merge branch 'job-not-found' into s3-errors-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
udsamani committed Sep 11, 2024
2 parents a568d89 + 7ec8f2c commit a1a68c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/publicapi/endpoint/orchestrator/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ func (e *Endpoint) getJob(c echo.Context) error { //nolint: gocyclo
}
job, err := e.store.GetJob(ctx, jobID)
if err != nil {
log.Error().Err(err)
return err
}
response := apimodels.GetJobResponse{
Expand Down

0 comments on commit a1a68c3

Please sign in to comment.