From 9bf80325924d785eb828f383df1dad63dd7c992a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Alberto=20Leiva=20Obando?= Date: Mon, 8 Apr 2024 06:08:15 -0600 Subject: [PATCH] Update HttpContextHelper.cs --- DataImport.Common/HttpContextHelper.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/DataImport.Common/HttpContextHelper.cs b/DataImport.Common/HttpContextHelper.cs index 90c35208..cfb5fc72 100644 --- a/DataImport.Common/HttpContextHelper.cs +++ b/DataImport.Common/HttpContextHelper.cs @@ -17,7 +17,6 @@ namespace Microsoft.AspNetCore.Http internal static class HttpContextHelper { private static readonly HttpContextAccessor _httpContextAccessor = new HttpContextAccessor(); - /// /// Gets the current . Returns null if there is no current . ///