Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clients/js: fix aptos upgrade and migrate commands
For some reason the bound variables in the lambda were underscored, unclear why. In turn, `yargs` referred to the package, resulting in runtime errors. This is the sort of thing that an actual type system would help with.
- Loading branch information