Skip to content

Commit

Permalink
delete function
Browse files Browse the repository at this point in the history
  • Loading branch information
KuzykY committed Oct 23, 2024
1 parent 1916036 commit 628cab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BackEnd/administration/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,4 @@ def perform_create(self, serializer):
message = serializer.validated_data["message"]
category = serializer.validated_data["category"]

send_email_feedback(email, message, category)
send_email_feedback(email, message, category)

0 comments on commit 628cab9

Please sign in to comment.