From b475631df6d125096a46201e6e3b920030160012 Mon Sep 17 00:00:00 2001 From: restitux Date: Fri, 24 Feb 2023 22:51:19 -0700 Subject: [PATCH] Remove outdated todo --- database/func.go | 1 - 1 file changed, 1 deletion(-) diff --git a/database/func.go b/database/func.go index 6b6eada..d7c8227 100644 --- a/database/func.go +++ b/database/func.go @@ -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