mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 17:58:26 -04:00
More common refactorings like renaming variables, removing empty statements and unused variables, etc
This commit is contained in:
@@ -150,7 +150,7 @@ public class PatreonRewardsService : INService
|
||||
+ "?fields%5Bmember%5D=full_name,currently_entitled_amount_cents"
|
||||
+ "&fields%5Buser%5D=social_connections"
|
||||
+ "&include=user";
|
||||
PatreonResponse data = null;
|
||||
PatreonResponse data;
|
||||
do
|
||||
{
|
||||
var res = await http.GetStringAsync(page);
|
||||
|
Reference in New Issue
Block a user