Update ARAMBalanceService.cs

This commit is contained in:
2026-04-29 01:23:42 +02:00
parent 61eee88078
commit b6a4903847
+2 -2
View File
@@ -29,10 +29,10 @@ public class ARAMBalanceService
return;
}
await FetchFromAramonly();
await FetchFromAramonlyAsync();
}
private async Task<bool> FetchFromAramonly()
private async Task<bool> FetchFromAramonlyAsync()
{
using HttpClient _client = new();
using HttpResponseMessage response = await _client.GetAsync(ARAMONLY_URL);