Skip to content

Commit 8410214

Browse files
Merge pull request #5 from lambda-feedback/tr100-restore_case_functionality
The lambda backend expects 'matched_case'
2 parents faeb8ed + a94cf4e commit 8410214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def evaluate(event: JsonType) -> Response:
139139

140140
if match is not None:
141141
result["feedback"] = match["feedback"]
142-
result["match"] = match["id"]
142+
result["matched_case"] = match["id"]
143143

144144
# Override is_correct provided by the
145145
# original block by the case 'mark'

0 commit comments

Comments
 (0)