Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
yarn fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Apr 23, 2020
1 parent 7e31bfb commit 33d6e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/initial-balance.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ const { utils } = require('near-api-js');

module.exports = async function parseInitialBalance(options) {
options.initialBalance = utils.format.parseNearAmount(options.initialBalance);
}
};

0 comments on commit 33d6e0d

Please sign in to comment.