diff --git a/src/Tgstation.Server.Host/Controllers/ByondController.cs b/src/Tgstation.Server.Host/Controllers/ByondController.cs index 40d88ce456..4990d25c6d 100644 --- a/src/Tgstation.Server.Host/Controllers/ByondController.cs +++ b/src/Tgstation.Server.Host/Controllers/ByondController.cs @@ -229,7 +229,7 @@ namespace Tgstation.Server.Host.Controllers } } - return result.InstallJob != null ? (IActionResult)Accepted(result) : Json(result); + return result.InstallJob != null ? Accepted(result) : Json(result); }) ; }