Skip to content

Commit

Permalink
resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed May 9, 2024
1 parent 6be6cc8 commit ab59cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/src/js/module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ impl Module {
type_hints,
name,
#[cfg(feature = "js-serializable-module")]
raw_bytes: Some(binary.clone()),
raw_bytes: Some(binary),
}
}

Expand Down

0 comments on commit ab59cb6

Please sign in to comment.