From 21d51fe4daf7ee235653f302e986cd07989b12a3 Mon Sep 17 00:00:00 2001 From: Taylor Howell Date: Sun, 26 Nov 2023 22:05:21 -0600 Subject: [PATCH] dumb again --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index f32fd18..bb61940 100644 --- a/Program.cs +++ b/Program.cs @@ -60,7 +60,7 @@ ctx.RequestAborted.ThrowIfCancellationRequested(); - var instructionId = ctx.Request.Headers["id"] as string; + var instructionId = ctx.Request.Headers["id"]; string key = ctx.Request.Headers["apikey"]; ctx.Response.Headers.Add("Content-Type", "application/json");