mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 07:04:57 +01:00
Cleanup ConfigurationController warning
This commit is contained in:
@@ -87,7 +87,7 @@ namespace Tgstation.Server.Host.Controllers
|
||||
cancellationToken)
|
||||
;
|
||||
|
||||
return model.LastReadHash == null ? (IActionResult)Accepted(newFile) : Json(newFile);
|
||||
return model.LastReadHash == null ? Accepted(newFile) : Json(newFile);
|
||||
})
|
||||
;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user