diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2022-12-23 21:10:43 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2022-12-23 21:10:43 +0300 |
commit | 0ccbf29382b43d19f7ea0d1f4b5841149137842d (patch) | |
tree | f93cc67ffc387e281c2c8f15f4d645cfa40339cf /src/Services/RhDatabaseClient.cs | |
parent | 9892b3687f4c896fbaeb85717857f39f5316111c (diff) |
Return to ResetStatusBar Excel macro function
Diffstat (limited to 'src/Services/RhDatabaseClient.cs')
-rw-r--r-- | src/Services/RhDatabaseClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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<object> GetProduct(string line) { |