Skip to content

Commit

Permalink
dev settings typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dudanogueira committed Jun 29, 2022
1 parent 2cfafa1 commit 93ba90e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def handle_django(self):
},
"no_agent_online_alert_admin": "No agent online!. **Message**: {{body}} **From**: {{from}}",
"session_taken_alert_template": "You are now talking with {{agent.name}}"
+ "{% if department %}at department {{department.name}}{% endif %}",
+ "{% if department %} at department {{department.name}}{% endif %}",
}
connector.name = "WPPCONNECT CONNECTOR"
connector.connector_type = "wppconnect"
Expand Down

0 comments on commit 93ba90e

Please sign in to comment.