Skip to content

Commit

Permalink
Remove unused task
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein committed Sep 16, 2024
1 parent b28da5c commit 6c4582f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gameboard.Api/Features/User/UserController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public async Task<UserSimple[]> ListSupport([FromQuery] SearchFilter model)
/// <remarks>Expires in 20s</remarks>
/// <returns>{ "ticket": "value"}</returns>
[HttpPost("/api/user/ticket")]
public async Task<IActionResult> GetTicket()
public IActionResult GetTicket()
{
var ticket = _guids.GetGuid();
return Ok(new { Ticket = ticket });
Expand Down

0 comments on commit 6c4582f

Please sign in to comment.