🐛 Fixes of lotteries and enrich features
This commit is contained in:
@@ -10,7 +10,7 @@ public class LotteryDrawJob(LotteryService lotteryService, ILogger<LotteryDrawJo
|
||||
|
||||
try
|
||||
{
|
||||
await lotteryService.PerformDailyDrawAsync();
|
||||
await lotteryService.DrawLotteries();
|
||||
logger.LogInformation("Daily lottery draw completed successfully.");
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user