Skip to content

Commit

Permalink
making sure types are fixed lol
Browse files Browse the repository at this point in the history
  • Loading branch information
EarliestFall988 committed Nov 27, 2023
1 parent 21d51fe commit 38e51ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

ctx.RequestAborted.ThrowIfCancellationRequested();

var instructionId = ctx.Request.Headers["id"];
string instructionId = ctx.Request.Headers["id"];
string key = ctx.Request.Headers["apikey"];

ctx.Response.Headers.Add("Content-Type", "application/json");
Expand Down

0 comments on commit 38e51ef

Please sign in to comment.