Skip to content

Commit 3f6f598

Browse files
Fixed bug about loggerFactory and ConfigureAuthService() at MArketing.API Startup.cs
1 parent c9ad364 commit 3f6f598

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Services/Marketing/Marketing.API/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env,ILoggerFa
206206
ConfigureEventBus(app);
207207
}
208208

209-
private void ConfigureAuthService(IServiceCollection services, ILoggerFactory loggerFactory)
209+
private void ConfigureAuthService(IServiceCollection services)
210210
{
211211
// prevent from mapping "sub" claim to nameidentifier.
212212
JwtSecurityTokenHandler.DefaultInboundClaimTypeMap.Clear();

0 commit comments

Comments
 (0)