Skip to content

Commit

Permalink
Remove notify_user_submitted call from perform_update method
Browse files Browse the repository at this point in the history
  • Loading branch information
Uditi Mehta authored and Uditi Mehta committed Aug 2, 2024
1 parent 6a4b0cc commit b699edb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/preprints/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ def perform_update(self, serializer):
params={'preprint': instance._id},
auth=auth,
)
instance.notify_user_submitted(auth.user)

instance.save()

Expand Down

0 comments on commit b699edb

Please sign in to comment.