Skip to content

Commit 4933c12

Browse files
author
Ben Lerner
committed
typo
1 parent ba15bd3 commit 4933c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/api/grades_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def orca_response_params
8181
errors = params[:errors] || []
8282
output = params[:output]
8383
{
84-
key: JSON.parse(key, { max_nesting: 1, create_additons: false }),
84+
key: JSON.parse(key, { max_nesting: 1, create_additions: false }),
8585
shell_responses: shell_responses,
8686
output: output,
8787
errors: errors

0 commit comments

Comments
 (0)