Skip to content

Commit

Permalink
refactor: change public parameter name
Browse files Browse the repository at this point in the history
Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
  • Loading branch information
alexghr and TomAFrench authored Oct 20, 2023
1 parent ccb465a commit 6881c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/wasm/src/compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ struct DependencyGraph {
pub fn compile(
entry_point: String,
contracts: Option<bool>,
js_dependency_graph: Option<JsDependencyGraph>,
dependency_graph: Option<JsDependencyGraph>,
) -> Result<JsValue, JsCompileError> {
console_error_panic_hook::set_once();

Expand Down

0 comments on commit 6881c37

Please sign in to comment.