Skip to content

Commit

Permalink
adding email field on parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbosaJackson committed Jan 2, 2023
1 parent df2f93a commit 8bfb6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bothub/api/v2/repository/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ def create(self, validated_data):
"send_recent_activity",
[
{
"user": self.context["request"].user,
"user": self.context["request"].user.email,
"entity": "AI",
"action": "CREATE",
"entity_name": repository.name,
Expand Down

0 comments on commit 8bfb6ce

Please sign in to comment.