From 0ccbf29382b43d19f7ea0d1f4b5841149137842d Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Fri, 23 Dec 2022 21:10:43 +0300 Subject: Return to ResetStatusBar Excel macro function --- src/Services/RhDatabaseClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Services/RhDatabaseClient.cs') diff --git a/src/Services/RhDatabaseClient.cs b/src/Services/RhDatabaseClient.cs index 9664361..bfa80ad 100644 --- a/src/Services/RhDatabaseClient.cs +++ b/src/Services/RhDatabaseClient.cs @@ -11,7 +11,7 @@ namespace RhSolutions.Services { public static class RhDatabaseClient { - private static HttpClient httpClient = RhSolutionsAddIn.httpClient; + private static HttpClient httpClient = RhSolutionsAddIn.HttpClient; public static async Task GetProduct(string line) { -- cgit v1.2.3