Update ARAMBalanceService.cs
This commit is contained in:
@@ -29,10 +29,10 @@ public class ARAMBalanceService
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
await FetchFromAramonly();
|
await FetchFromAramonlyAsync();
|
||||||
}
|
}
|
||||||
|
|
||||||
private async Task<bool> FetchFromAramonly()
|
private async Task<bool> FetchFromAramonlyAsync()
|
||||||
{
|
{
|
||||||
using HttpClient _client = new();
|
using HttpClient _client = new();
|
||||||
using HttpResponseMessage response = await _client.GetAsync(ARAMONLY_URL);
|
using HttpResponseMessage response = await _client.GetAsync(ARAMONLY_URL);
|
||||||
|
|||||||
Reference in New Issue
Block a user