mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -05:00 
			
		
		
		
	fix: Forgot to remove a testing condition in patreonclient
This commit is contained in:
		@@ -140,7 +140,6 @@ public class PatreonClient : IDisposable
 | 
			
		||||
                                       LastChargeDate = m.Attributes.LastChargeDate,
 | 
			
		||||
                                       LastChargeStatus = m.Attributes.LastChargeStatus
 | 
			
		||||
                                   })
 | 
			
		||||
                               .Where(x => x.UserId == 140788173885276160)
 | 
			
		||||
                               .ToArray();
 | 
			
		||||
            
 | 
			
		||||
            yield return userData;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user