fix: drift check

This commit is contained in:
Sabiha Khan 2026-06-29 14:29:22 +05:30
parent d4c9d94b7a
commit f644933e28
2 changed files with 3 additions and 10 deletions

View file

@ -518,9 +518,7 @@ class VonageProvider(TelephonyProvider):
and claim_application_id
and claim_application_id != self.application_id
):
logger.warning(
"Vonage signed webhook application_id does not match config"
)
logger.warning("Vonage signed webhook application_id does not match config")
return None
payload_hash = claims.get("payload_hash")