Fix syntax error

This commit is contained in:
2019-04-04 22:30:10 +02:00
parent a1a1c5ef9f
commit 19556349f6

View File

@@ -49,7 +49,7 @@ class Contribution extends Base {
getByContributorAddress(address) {
return this.functions.balanceOf(address)
then((balance) => {
.then((balance) => {
count = balance.toNumber();
let contributions = [];