fix(mcp): resolve TS error on audit log
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s

This commit is contained in:
OG T
2026-06-08 01:07:12 +08:00
parent 7e76359a50
commit d03519c71c

View File

@@ -754,7 +754,7 @@ export async function POST(request: NextRequest, props: { params: Promise<{ tool
action: "PLATFORM_FEE_COLLECTED",
entityType: "TASK",
entityId: newTask.id,
message: `A2A Routing Fee Collected: ${platformFee} ${claim.held_currency}`,
reason: `A2A Routing Fee Collected: ${platformFee} ${claim.held_currency}`,
metadata: {
fee_amount: platformFee,
currency: claim.held_currency,