Skip to content

Commit fe9f3cb

Browse files
committed
.
1 parent 0296c07 commit fe9f3cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

agentle/agents/whatsapp/models/whatsapp_webhook_payload.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,6 @@ def model_post_init(self, context: Any, /) -> None:
8484
key = self.data.key
8585
if "@lid" in key.remoteJid:
8686
self.phone_number_id = key.remoteJidAlt.split("@")[0]
87+
return
8788

8889
self.phone_number_id = key.remoteJid.split("@")[0]

0 commit comments

Comments
 (0)