Skip to content

Commit a3498e8

Browse files
committed
Test commit
1 parent a7934a5 commit a3498e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Brisk.Api/Controllers/GamesController.cs

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ public IActionResult StartNewGame()
4848
public IActionResult Answer(AnswerModel answer)
4949
{
5050
var output = _gameService.Answer(answer);
51-
5251
return Ok(output);
5352
}
5453

0 commit comments

Comments
 (0)