Nadeko's output will be cleaner, Reworked migrations

This commit is contained in:
Kwoth
2024-05-03 00:35:17 +00:00
parent 4fc0cded15
commit 7d916a5513
13 changed files with 16602 additions and 3430 deletions

View File

@@ -140,6 +140,7 @@ public class PatreonClient : IDisposable
LastChargeDate = m.Attributes.LastChargeDate,
LastChargeStatus = m.Attributes.LastChargeStatus
})
.Where(x => x.UserId == 140788173885276160)
.ToArray();
yield return userData;