We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faeb8ed commit a94cf4eCopy full SHA for a94cf4e
tools/commands.py
@@ -139,7 +139,7 @@ def evaluate(event: JsonType) -> Response:
139
140
if match is not None:
141
result["feedback"] = match["feedback"]
142
- result["match"] = match["id"]
+ result["matched_case"] = match["id"]
143
144
# Override is_correct provided by the
145
# original block by the case 'mark'
0 commit comments