Skip to content

Commit

Permalink
Fix build error. Remove duplicate definition
Browse files Browse the repository at this point in the history
  • Loading branch information
raman-m committed Aug 22, 2023
1 parent cf0addd commit ab2d12c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Ocelot/Middleware/OcelotPipelineConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,6 @@ public class OcelotPipelineConfiguration
/// </value>
public Func<HttpContext, Func<Task>, Task> AuthorizationMiddleware { get; set; }

/// <summary>
/// This allows the user to completely override the ocelot claims to headers middleware
/// </summary>
/// <value>
/// <placeholder>This allows the user to completely override the ocelot claims to headers middleware</placeholder>
/// </value>
public Func<HttpContext, Func<Task>, Task> ClaimsToHeadersMiddleware { get; set; }

/// <summary>
/// This allows the user to implement there own query string manipulation logic.
/// </summary>
Expand Down

0 comments on commit ab2d12c

Please sign in to comment.