fix: Forgot to remove a testing condition in patreonclient

This commit is contained in:
Kwoth
2024-05-28 20:13:31 +00:00
parent 79b25c8a41
commit be7ddc732b

View File

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