Skip to content

Commit 62ee995

Browse files
committed
totalAmountDonated is actually a Double
1 parent ce7669d commit 62ee995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/models/opencollective/OpenCollective.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ case class OpenCollectiveMember(
1313
`type`: String, // USER or ORGANIZATION,
1414
role: String, // BACKER, ADMIN or HOST,
1515
isActive: Boolean, // true or false
16-
totalAmountDonated: Long // amount in cent (USD 100.00 = 10000)
16+
totalAmountDonated: Double // amount in cent (USD 100.00 = 10000)
1717
// createdAt: 2021-11-08 14:41,
1818
// lastTransactionAt: 2021-11-19 09:16,
1919
// lastTransactionAmount: 0,

0 commit comments

Comments
 (0)