From 62a6f1759521793769adc437aeecb5c413db5d99 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Sun, 7 May 2023 18:52:48 -0700 Subject: [PATCH] Removed unneeded usings --- .../Web.Bff.Shopping/aggregator/Extensions/Extensions.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ApiGateways/Web.Bff.Shopping/aggregator/Extensions/Extensions.cs b/src/ApiGateways/Web.Bff.Shopping/aggregator/Extensions/Extensions.cs index 2e7be2107..fefb4f351 100644 --- a/src/ApiGateways/Web.Bff.Shopping/aggregator/Extensions/Extensions.cs +++ b/src/ApiGateways/Web.Bff.Shopping/aggregator/Extensions/Extensions.cs @@ -1,6 +1,4 @@ -using Yarp.ReverseProxy.Transforms; - -internal static class Extensions +internal static class Extensions { public static IServiceCollection AddReverseProxy(this IServiceCollection services, IConfiguration configuration) {