Skip to content

Commit

Permalink
fix(nodejs): typo (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Apr 1, 2021
1 parent eaf3763 commit 6e3db5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/nodejs/native/src/classes/account/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ declare_types! {
Ok(neon_serde::to_value(&mut cx, &balance)?.upcast())
}

method get_node_indo(mut cx) {
method getNodeInfo(mut cx) {
let cb = cx.argument::<JsFunction>(0)?;
let this = cx.this();
let account_id = cx.borrow(&this, |r| r.0.clone());
Expand Down

0 comments on commit 6e3db5c

Please sign in to comment.