Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Removed extraneous args from getBalances()
Browse files Browse the repository at this point in the history
  • Loading branch information
OnlyOneJMJQ committed Jan 31, 2018
1 parent 14fbf64 commit 62118ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ App = {
});
},

getBalances: function(adopters, account) {
getBalances: function() {
console.log('Getting balances...');

var tutorialTokenInstance;
Expand Down

0 comments on commit 62118ff

Please sign in to comment.