We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5105cb3 commit 73847fcCopy full SHA for 73847fc
src/JoinRpg.Portal/Controllers/ClaimController.cs
@@ -857,7 +857,7 @@ private async Task<ActionResult> RedirectToDefaultTemplate(int projectid)
857
858
//TODO end of hacks
859
860
- return Redirect($"/{projectInfo.ProjectId}/default-slot-not-set");
+ return Redirect($"/{projectInfo.ProjectId.Value}/default-slot-not-set");
861
}
862
863
[MustUseReturnValue]
0 commit comments