removed warnings
This commit is contained in:
parent
56cb43a479
commit
a47bc3207d
3 changed files with 5 additions and 3 deletions
|
@ -38,7 +38,6 @@ namespace Lieb.Controllers
|
|||
[Route("[action]/{raidId}/{userId}")]
|
||||
public ActionResult IsSignUpAllowed(int raidId, ulong userId)
|
||||
{
|
||||
Raid raid = _raidService.GetRaid(raidId);
|
||||
if(!_raidService.IsRaidSignUpAllowed(userId, raidId, out string errorMessage))
|
||||
{
|
||||
return Problem(errorMessage);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue