Skip to content

Commit

Permalink
fix twilio conversation phone numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy committed Jul 16, 2024
1 parent 1029144 commit f0707f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daras_ai_v2/twilio_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def from_data(cls, data: dict):
)

convo = Conversation.objects.get_or_create(
bot_integration=bi, twilio_phone_number=data["From"][0]
bot_integration=bi, twilio_phone_number=user_number
)[0]
return cls(
convo,
Expand Down

0 comments on commit f0707f5

Please sign in to comment.