This commit is contained in:
Samuel Tariku 2025-10-11 11:32:27 +03:00
parent 5086e88d1f
commit b5932df206

View File

@ -1236,6 +1236,8 @@ func (s *Service) ProcessBetCashback(ctx context.Context) error {
zap.Int64("userID", bet.UserID),
zap.Error(err))
}
// Add a notification here
}
return nil
}