Skip to content

Commit 3745b6e

Browse files
committed
TD_5410 Reoving unwanted nuget packages, variable declarations and empty lines from the class file.
1 parent 195dfef commit 3745b6e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

DigitalLearningSolutions.Web/Middleware/DLSIPRateLimitMiddleware.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@ namespace DigitalLearningSolutions.Web.Middleware
44
using System.Threading.Tasks;
55
using AspNetCoreRateLimit;
66
using Microsoft.AspNetCore.Http;
7-
using Microsoft.Extensions.Configuration;
87
using Microsoft.Extensions.Logging;
98
using Microsoft.Extensions.Options;
10-
using static Org.BouncyCastle.Math.EC.ECCurve;
119

1210
public class DLSIPRateLimitMiddleware : IpRateLimitMiddleware
1311
{
14-
private readonly IConfiguration _configuration;
1512
public DLSIPRateLimitMiddleware(
1613
RequestDelegate next,
1714
IProcessingStrategy processingStrategy,
@@ -25,8 +22,7 @@ public DLSIPRateLimitMiddleware(
2522
policyStore,
2623
config,
2724
logger)
28-
{
29-
}
25+
{ }
3026

3127
public override Task ReturnQuotaExceededResponse(
3228
HttpContext httpContext,

0 commit comments

Comments
 (0)