diff --git a/public/scripts/reasoning.js b/public/scripts/reasoning.js index 66a9ee967..d475ca3f9 100644 --- a/public/scripts/reasoning.js +++ b/public/scripts/reasoning.js @@ -998,7 +998,7 @@ function parseReasoningFromString(str, { strict = true } = {}) { } function registerReasoningAppEvents() { - const eventHandler = async (/** @type {number} */ idx) => { + const eventHandler = (/** @type {number} */ idx) => { if (!power_user.reasoning.auto_parse) { return; }