Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
wakirin committed Sep 6, 2024
1 parent d13fc08 commit 19faaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/pingprophet/integrations/SMSEdgeSMSRoutes.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async def integration_activated(self, data):
"description": "Auto-created from SMSEdge integration",
"company_id": company_id,
"connection_id": smpp['id'],
"clicks_webhook_url": clicks_webhook_url[0]['value'] if clicks_webhook_url is not None else None,
"clicks_webhook_url": clicks_webhook_url[0]['value'] if len(clicks_webhook_url) > 0 else None,
})

await self.create_route_rate_settings(sms_route['id'], {
Expand Down

0 comments on commit 19faaaf

Please sign in to comment.