Skip to content

Commit 7939e89

Browse files
committed
Fixed output key for blocked history
1 parent b3e3e15 commit 7939e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/PyMatcha/routes/api/history.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ def history_blocked():
9797
user_dict["common_tags"] = common_tags
9898
user_dict["distance"] = distance
9999
blocked_people.append(user_dict)
100-
return SuccessOutput("liked_me", blocked_people)
100+
return SuccessOutput("bloked", blocked_people)

0 commit comments

Comments
 (0)