Remove async from event handler

8b135f9ca3c7d305662a844afc0effbcc28916a3

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/reasoning.js+1 -1
@@ -998,7 +998,7 @@ function parseReasoningFromString(str, { strict = true } = {}) {
998998}
999999
10001000function registerReasoningAppEvents() {
10011001 const eventHandler = async (/** @type {number} */ idx) => {
10021002 if (!power_user.reasoning.auto_parse) {
10031003 return;
10041004 }