diff --git a/src/NadekoBot/Modules/Gambling/_common/GamblingCleanupService.cs b/src/NadekoBot/Modules/Gambling/_common/GamblingCleanupService.cs index f8516cbea..9b66e1028 100644 --- a/src/NadekoBot/Modules/Gambling/_common/GamblingCleanupService.cs +++ b/src/NadekoBot/Modules/Gambling/_common/GamblingCleanupService.cs @@ -16,9 +16,9 @@ public class GamblingCleanupService : IGamblingCleanupService, INService public async Task DeleteWaifus() { await using var ctx = _db.GetDbContext(); - await ctx.GetTable().DeleteAsync(); await ctx.GetTable().DeleteAsync(); await ctx.GetTable().DeleteAsync(); + await ctx.GetTable().DeleteAsync(); } public async Task DeleteWaifu(ulong userId)