Skip to content

Commit

Permalink
Update emgena/serializers.py
Browse files Browse the repository at this point in the history
Co-authored-by: Martín Beracochea <[email protected]>
  • Loading branch information
MGS-sails and mberacochea authored Nov 8, 2023
1 parent 0883da0 commit f6701fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emgena/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def create(self, validated_data):
ticket["Cc"] = n.cc

if n.is_consent:
return 403
return 404
else:
ticket["Queue"] = emg_queue

Expand Down

0 comments on commit f6701fc

Please sign in to comment.