diff --git a/deps/rabbitmq_auth_backend_http/examples/rabbitmq_auth_backend_webapi_dotnet/Controllers/AuthController.cs b/deps/rabbitmq_auth_backend_http/examples/rabbitmq_auth_backend_webapi_dotnet/Controllers/AuthController.cs index 695cbeafcd..cc04caa8d2 100644 --- a/deps/rabbitmq_auth_backend_http/examples/rabbitmq_auth_backend_webapi_dotnet/Controllers/AuthController.cs +++ b/deps/rabbitmq_auth_backend_http/examples/rabbitmq_auth_backend_webapi_dotnet/Controllers/AuthController.cs @@ -12,7 +12,7 @@ namespace WebApiHttpAuthService.Controllers { // Note: the following is necessary to ensure that no // BOM is part of the response - private static readonly encoding = new UTF8Encoding(false); + private static readonly UTF8Encoding encoding = new UTF8Encoding(false); [Route("user")] [HttpPost]