Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
allevo committed Dec 13, 2024
1 parent 15c78dd commit c627a72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/js/deno.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ impl JavaScript {
return JSON.stringify(output);
}})()
"#,
job.input,
job.code
job.input, job.code
);

let script_name = format!("{}_script.js", job.operation);
Expand Down

0 comments on commit c627a72

Please sign in to comment.