Skip to content

Commit

Permalink
Merge branch 'hotfix/25.02.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mfraezz committed Jan 28, 2025
2 parents 85efff8 + f346da3 commit 93ac422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osf/models/spam.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def do_check_spam(self, author, author_email, content, request_headers):
request_kwargs[key] = ensure_str(value)

check_resource_with_spam_services(
self.guids.first()._id,
guid__id,
content,
author,
author_email,
Expand Down

0 comments on commit 93ac422

Please sign in to comment.