Correct CI

I forgot this is a struct, not a class
This commit is contained in:
JustArchi
2020-12-16 10:21:16 +01:00
parent 58ae29d1eb
commit c140b302eb

View File

@@ -50,10 +50,6 @@ namespace ArchiSteamFarm.IPC.Controllers.Api {
[ProducesResponseType(typeof(IEnumerable<GenericResponse<string>>), (int) HttpStatusCode.OK)]
[ProducesResponseType(typeof(GenericResponse), (int) HttpStatusCode.BadRequest)]
public async Task<ActionResult> NLogGet(CancellationToken cancellationToken) {
if (cancellationToken == null) {
throw new ArgumentNullException(nameof(cancellationToken));
}
if (HttpContext == null) {
throw new InvalidOperationException(nameof(HttpContext));
}