diff --git a/project/SPT.Common/Http/RequestHandler.cs b/project/SPT.Common/Http/RequestHandler.cs index 655a0f6..a12ee0a 100644 --- a/project/SPT.Common/Http/RequestHandler.cs +++ b/project/SPT.Common/Http/RequestHandler.cs @@ -75,7 +75,7 @@ namespace SPT.Common.Http public static byte[] GetData(string path) { - return Task.Run(() => GetData(path)).Result; + return Task.Run(() => GetDataAsync(path)).Result; } public static async Task GetJsonAsync(string path)