From fd63d004f5f1d74e01f60bfec4fc80fbd6b14e74 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Fri, 9 Jun 2023 14:34:51 +0300 Subject: Method name fix --- ExcelFunctions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ExcelFunctions.cs') diff --git a/ExcelFunctions.cs b/ExcelFunctions.cs index adc2323..9394a81 100644 --- a/ExcelFunctions.cs +++ b/ExcelFunctions.cs @@ -14,7 +14,7 @@ public static class ExcelFunctions if (ExcelAsyncUtil.Run(nameof(ExchangeRate), dateField, delegate { - return currencyClient.GetCurrencyCourse(date) + return currencyClient.GetExchangeRate(date) .GetAwaiter() .GetResult() ?? -1m; }) is not decimal requestResult) -- cgit v1.2.3