mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 08:00:19 +01:00
Fix a typo
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user