Remove outdated todo
This commit is contained in:
@@ -296,7 +296,6 @@ RETURNING id, pipeline, in_progress;`
|
||||
}
|
||||
|
||||
func (db *Database) UpdateRunResult(r Run) error {
|
||||
// TODO: the id fiend is the query is broken
|
||||
query := `
|
||||
UPDATE runs
|
||||
SET in_progress=$1, result=$2, stdout=$3, stderr=$4
|
||||
|
||||
Reference in New Issue
Block a user