mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
remove extra ;
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user