Skip to content

Commit

Permalink
feat: use internal_tickter false on TemplateOrg creation (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobernardoaf authored Nov 17, 2022
1 parent f88d369 commit ebafa6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weni/internal/orgs/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ def create(self, validated_data):
org = super().create(validated_data)

org.administrators.add(validated_data.get("created_by"))
org.initialize(sample_flows=False)
org.initialize(sample_flows=False, internal_ticketer=False)

return org

0 comments on commit ebafa6f

Please sign in to comment.