Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sushant12 committed Oct 6, 2024
1 parent afa9d01 commit 4217dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/handin/build_server.ex
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ defmodule Handin.BuildServer do
%{
command: assignment_test.command,
assignment_test_id: assignment_test.id,
output: Base.decode_64!(response["output"]),
output: Base.decode64!(response["output"]),
expected_output: response["expected_output"]
},
state
Expand Down

0 comments on commit 4217dcc

Please sign in to comment.