Remove outdated todo

This commit is contained in:
2023-02-24 22:51:19 -07:00
parent fbf918d627
commit b475631df6
-1
View File
@@ -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