Skip to content

Commit

Permalink
Merge pull request #4364 from kunci115/patch-1
Browse files Browse the repository at this point in the history
update twilio response
  • Loading branch information
tmbo committed Sep 3, 2019
2 parents 7d211d2 + 70c5647 commit fa5697d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasa/core/channels/twilio.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ async def message(request: Request):
else:
logger.debug("Invalid message")

return response.text("success")
return response.text("", status=204)

return twilio_webhook

Expand Down

0 comments on commit fa5697d

Please sign in to comment.