Skip to content

Commit

Permalink
Баг: проблема с редиректом на ошибку отсутствия слота (#2838)
Browse files Browse the repository at this point in the history
  • Loading branch information
leotsarev authored Oct 16, 2024
1 parent 5105cb3 commit 73847fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JoinRpg.Portal/Controllers/ClaimController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ private async Task<ActionResult> RedirectToDefaultTemplate(int projectid)

//TODO end of hacks

return Redirect($"/{projectInfo.ProjectId}/default-slot-not-set");
return Redirect($"/{projectInfo.ProjectId.Value}/default-slot-not-set");
}

[MustUseReturnValue]
Expand Down

0 comments on commit 73847fc

Please sign in to comment.