|
|
|
@ -64,7 +64,8 @@ class SessionCSVDescriptor(source: DataSource, isTournament: Boolean?, vararg el |
|
|
|
is SessionField.CurrencyRate -> field.format(data.bankroll?.currency?.rate) |
|
|
|
is SessionField.CurrencyRate -> field.format(data.bankroll?.currency?.rate) |
|
|
|
is SessionField.SmallBlind -> field.format(data.cgSmallBlind) |
|
|
|
is SessionField.SmallBlind -> field.format(data.cgSmallBlind) |
|
|
|
is SessionField.BigBlind -> field.format(data.cgBigBlind) |
|
|
|
is SessionField.BigBlind -> field.format(data.cgBigBlind) |
|
|
|
is SessionField.TournamentType -> { |
|
|
|
is SessionField.TournamentType -> field.format(data.tournamentType) |
|
|
|
|
|
|
|
is SessionField.TournamentTypeName -> { |
|
|
|
data.tournamentType?.let { tt -> |
|
|
|
data.tournamentType?.let { tt -> |
|
|
|
TournamentType.values()[tt].label |
|
|
|
TournamentType.values()[tt].label |
|
|
|
} |
|
|
|
} |
|
|
|
|