Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Richelson committed May 25, 2017
1 parent d856a9f commit d323330
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/LaunchDarkly.Client/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,15 @@ public static Configuration WithHttpClientTimeout(this Configuration configurati
configuration.HttpClientTimeout = timeSpan;
return configuration;
}

public static Configuration WithFeatureStore(this Configuration configuration, IFeatureStore featureStore)
{
if (featureStore != null)
{
configuration.FeatureStore = featureStore;
}
return configuration;
}

public static Configuration WithHttpClientHandler(this Configuration configuration, HttpClientHandler httpClientHandler)
{
Expand Down

0 comments on commit d323330

Please sign in to comment.