1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00

remove extra ;

This commit is contained in:
Kyle Spearrin 2017-01-28 22:23:25 -05:00
parent 3e9046a949
commit b75144c3da

View File

@ -201,7 +201,7 @@ namespace Bit.Api
{
jsonFormatter.SupportedMediaTypes.Add(textPlainMediaType);
}
}).AddJsonOptions(options => options.SerializerSettings.ContractResolver = new DefaultContractResolver()); ;
}).AddJsonOptions(options => options.SerializerSettings.ContractResolver = new DefaultContractResolver());
}
public void Configure(