diff --git a/LeagueAPI/ARAM/ARAMBalanceService.cs b/LeagueAPI/ARAM/ARAMBalanceService.cs index 747937c..f1292a6 100644 --- a/LeagueAPI/ARAM/ARAMBalanceService.cs +++ b/LeagueAPI/ARAM/ARAMBalanceService.cs @@ -29,10 +29,10 @@ public class ARAMBalanceService return; } - await FetchFromAramonly(); + await FetchFromAramonlyAsync(); } - private async Task FetchFromAramonly() + private async Task FetchFromAramonlyAsync() { using HttpClient _client = new(); using HttpResponseMessage response = await _client.GetAsync(ARAMONLY_URL);