Fix a typo

This commit is contained in:
Jordan Brown
2018-08-08 14:26:34 -04:00
parent bae0ffbe5b
commit ecd31e3902
@@ -151,7 +151,7 @@ namespace Tgstation.Server.Host.Controllers
{
if(!ApiHeaders.InstanceId.HasValue)
{
await BadRequest(new ErrorMessage { Message = "Missing InstanceId header!" }).ExecuteResultAsync(context).ConfigureAwait(false);
await BadRequest(new ErrorMessage { Message = "Missing Instance header!" }).ExecuteResultAsync(context).ConfigureAwait(false);
return;
}
if (AuthenticationContext.InstanceUser == null)