Skip to content

Commit

Permalink
fix s3 request header (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwdchang authored Feb 21, 2024
1 parent 2b95c4c commit 975bb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SimulationService.jl
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ function complete(o::OperationRequest)
# everything else as JSON file
body = JSON3.write(o.result)
filename = "result.json"
header = json_content_header
header = [json_content_header]
end
if !ENABLE_TDS[]
@warn "TDS disabled - `complete` $o: summary(body) = $(summary(body))"
Expand Down

0 comments on commit 975bb88

Please sign in to comment.