fix: remove contaminated await change from FreeUsageLimitError PR

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-03-12 01:51:25 +09:00
parent 079c6b17b0
commit 99730088ef

View File

@@ -98,7 +98,7 @@ export function createBackgroundTask(
...(sessionId ? { sessionId } : {}),
},
}
await ctx.metadata?.(bgMeta)
ctx.metadata?.(bgMeta)
if (ctx.callID) {
storeToolMetadata(ctx.sessionID, ctx.callID, bgMeta)