Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardem committed Oct 22, 2024
1 parent 2c495d4 commit f7c23be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pipelines/app/trial/creator.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func createTrialPipeline(db *sql.DB, pipelineUuid string, pipelineName string, o
return err
}

tplWf, tasks, tts, err = loadPipelineData(db, newWfUuid)
_, tasks, _, err = loadPipelineData(db, newWfUuid)
if err != nil {
_ = tx.Rollback()
log.Error(err)
Expand Down

0 comments on commit f7c23be

Please sign in to comment.