Skip to content

Commit

Permalink
Merge pull request #6 from IliyanIlievPH/2
Browse files Browse the repository at this point in the history
Closes #2
  • Loading branch information
PaterSantyago committed Apr 6, 2020
2 parents 288dacb + b50ff59 commit 4a6f2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/MAVN.Service.Sessions.Client/AutofacExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static class AutofacExtension
throw new ArgumentException("Value cannot be null or whitespace.",
nameof(SessionsServiceClientSettings.ServiceUrl));

var clientBuilder = HttpClientGenerator.HttpClientGenerator.BuildForUrl(settings.ServiceUrl)
var clientBuilder = HttpClientGenerator.BuildForUrl(settings.ServiceUrl)
.WithoutCaching()
.WithoutRetries()
.WithAdditionalCallsWrapper(new ExceptionHandlerCallsWrapper());
Expand Down

0 comments on commit 4a6f2b5

Please sign in to comment.