Skip to content

Commit a6e154f

Browse files
author
williams-jack
committed
fix: remove extraneous timed_out field, which should refer to the did_timeout field
1 parent 1e096b1 commit a6e154f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controllers/api/grades_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def orca_response_params
7575
{
7676
**shell_response_hash,
7777
status_code: shell_response_hash[:status_code].to_i,
78-
timed_out: shell_response_hash[:timed_out] == 'true'
78+
did_timeout: shell_response_hash[:did_timeout] == 'true'
7979
}
8080
end
8181
errors = params[:errors] || []

0 commit comments

Comments
 (0)