fix: 修复了上个提交的错误

This commit is contained in:
2026-01-20 12:18:30 +08:00
parent b81b77c204
commit 86202b853d
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ def readReaction(id: str):
def selectReaction(id: str):
matter_id = match_list.get(id, -1)
if (matter_id == -1):
if matter_id == -1:
return {"message": f"No Matter {id}"}
return matter_id