Fix syntax error

This commit is contained in:
Basti 2019-04-04 22:30:10 +02:00
parent a1a1c5ef9f
commit 19556349f6
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67

View File

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