.deletewaifus should now work
This commit is contained in:
parent
55ae57b4cc
commit
d39ceb4efa
1 changed files with 1 additions and 1 deletions
|
@ -16,9 +16,9 @@ public class GamblingCleanupService : IGamblingCleanupService, IEService
|
||||||
public async Task DeleteWaifus()
|
public async Task DeleteWaifus()
|
||||||
{
|
{
|
||||||
await using var ctx = _db.GetDbContext();
|
await using var ctx = _db.GetDbContext();
|
||||||
await ctx.GetTable<WaifuInfo>().DeleteAsync();
|
|
||||||
await ctx.GetTable<WaifuItem>().DeleteAsync();
|
await ctx.GetTable<WaifuItem>().DeleteAsync();
|
||||||
await ctx.GetTable<WaifuUpdate>().DeleteAsync();
|
await ctx.GetTable<WaifuUpdate>().DeleteAsync();
|
||||||
|
await ctx.GetTable<WaifuInfo>().DeleteAsync();
|
||||||
}
|
}
|
||||||
|
|
||||||
public async Task DeleteWaifu(ulong userId)
|
public async Task DeleteWaifu(ulong userId)
|
||||||
|
|
Loading…
Add table
Reference in a new issue