Skip to content

Commit a94cf4e

Browse files
The lambda backend expects 'matched_case'
1 parent faeb8ed commit a94cf4e

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)