fix(mcp): resolve TS error on audit log
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user