We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27541b2 commit b233d81Copy full SHA for b233d81
backend/PyMatcha/routes/api/profile.py
@@ -241,4 +241,4 @@ def report_profile(uid):
241
raise BadRequestError("Cannot report yourself", "Try again")
242
Report.create(reporter_id=current_user.id, reported_id=u.id, reason=reason, details=details)
243
244
- return Success(f"Report created on user {u.id} {u.get_reports_sent()} {u.get_reports_received()}")
+ return Success(f"Report created on user {u.email}")
0 commit comments