Skip to content

Commit

Permalink
fix space prefixed on header value
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Dec 3, 2024
1 parent 43355b1 commit 02e6313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/LexBoxApi/Controllers/FwLiteReleaseController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public async ValueTask<ActionResult<FwLiteRelease>> LatestRelease(string? appVer
{
Headers =
{
{ "X-GitHub-Api-Version", " 2022-11-28" },
{ "X-GitHub-Api-Version", "2022-11-28" },
{ "Accept", "application/vnd.github+json" },
{ "User-Agent", "Lexbox-Release-Endpoint" }
}
Expand Down

0 comments on commit 02e6313

Please sign in to comment.