Fixed lint

This commit is contained in:
Syrus Akbary
2021-07-13 20:36:55 -07:00
parent d5789aae29
commit f01c9af43c

View File

@@ -472,7 +472,7 @@ impl Function {
let value = param_from_js(&result_types[0], &result);
Ok(vec![value].into_boxed_slice())
}
n => {
_n => {
let result_array: Array = result.into();
Ok(result_array
.iter()