Skip to content

Commit

Permalink
refactor: remove unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosPavajeau committed Aug 13, 2021
1 parent cde3fa0 commit beba5c3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ public async Task<ActionResult<FileStream>> RegisterWeapon([FromBody] CreateWeap
$"Ya existe un arma con el código '{request.Code}'");
return Conflict(new ValidationProblemDetails(ModelState));
}

return Ok();
}

[HttpGet]
Expand Down

0 comments on commit beba5c3

Please sign in to comment.