Fixed Rainbet errors

This commit is contained in:
barelyprofessional
2024-09-29 12:54:36 +08:00
parent cff2691e42
commit 7181bdefd0
2 changed files with 6 additions and 5 deletions

View File

@@ -327,7 +327,7 @@ public class BotServices
RainbetUserId = bet.User.Id,
GameName = bet.Game.Name,
Value = bet.Value,
Payout = bet.Payout,
Payout = bet.Payout ?? 0,
Multiplier = bet.Multiplier ?? 0,
BetId = bet.Id,
UpdatedAt = bet.UpdatedAt,