mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-13 06:00:34 +00:00
fix(voice-call): bind webhook dedupe to verified request identity
This commit is contained in:
@@ -29,5 +29,6 @@ export function verifyTwilioProviderWebhook(params: {
|
||||
ok: result.ok,
|
||||
reason: result.reason,
|
||||
isReplay: result.isReplay,
|
||||
verifiedRequestKey: result.verifiedRequestKey,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user