Add missing await
| @@ -938,7 +938,7 @@ async function classifyCallback(/** @type {{api: string?, prompt: string?}} */ { | ||
| 938 | 938 | return ''; |
| 939 | 939 | } |
| 940 | 940 | |
| 941 | 941 | const label = await getExpressionLabel(text, expressionApi, { customPrompt: prompt }); |
| 942 | 942 | console.debug(`Classification result for "${text}": ${label}`); |
| 943 | 943 | return label; |
| 944 | 944 | } |