Merge
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build is passing Details

pull/13/head
luevard 11 months ago
parent dc32e767ea
commit 7312bcab77

@ -41,7 +41,8 @@ interface BetEntity : Entity<BetEntity> {
} else { } else {
database.responses.filter { it.betId eq id }.map { it.response } database.responses.filter { it.betId eq id }.map { it.response }
}, },
createdBy = createdBy createdBy = createdBy,
popularityscore = popularityscore,
) )
fun toBetDetail(database: Database, username: String): BetDetail { fun toBetDetail(database: Database, username: String): BetDetail {

Loading…
Cancel
Save