Skip to content

Commit

Permalink
refactor: remove unused 'EnsureSuccessStatusCode' key in appSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
Tr00d committed Mar 21, 2024
1 parent b82638e commit cb8b670
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Vonage/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ private Configuration(IConfiguration configuration)
internal Configuration()
{
var builder = new ConfigurationBuilder()
.AddInMemoryCollection(new Dictionary<string, string>
{
{"vonage:EnsureSuccessStatusCode", "false"},
})
.AddJsonFile("settings.json", true, true)
.AddJsonFile("appsettings.json", true, true);
this.Settings = builder.Build();
Expand Down

0 comments on commit cb8b670

Please sign in to comment.