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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user