From b6a490384787edef25e87580e3c79313fa2a0953 Mon Sep 17 00:00:00 2001 From: SacredFloof Date: Wed, 29 Apr 2026 01:23:42 +0200 Subject: [PATCH] Update ARAMBalanceService.cs --- LeagueAPI/ARAM/ARAMBalanceService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);