From 695df9fc8efd617e36a9eefff89350d29403dd27 Mon Sep 17 00:00:00 2001 From: John Mizerek Date: Tue, 17 Feb 2026 11:22:47 -0800 Subject: [PATCH] =?UTF-8?q?Fix=20createChat.cfm=20column=20name:=20TaskID?= =?UTF-8?q?=20=E2=86=92=20ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.5 --- api/tasks/createChat.cfm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/tasks/createChat.cfm b/api/tasks/createChat.cfm index 445766b..ef78839 100644 --- a/api/tasks/createChat.cfm +++ b/api/tasks/createChat.cfm @@ -88,7 +88,7 @@ try { // Auto-close stale chat queryTimed(" UPDATE Tasks SET CompletedOn = NOW() - WHERE TaskID = :taskID + WHERE ID = :taskID ", { taskID: { value: existingChat.ID, cfsqltype: "cf_sql_integer" } }, { datasource: "payfrit" }); } else { // Return existing chat