mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
remove extra ;
This commit is contained in:
parent
3e9046a949
commit
b75144c3da
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user