Skip to content

Commit 73847fc

Browse files
authored
Баг: проблема с редиректом на ошибку отсутствия слота (#2838)
1 parent 5105cb3 commit 73847fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JoinRpg.Portal/Controllers/ClaimController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ private async Task<ActionResult> RedirectToDefaultTemplate(int projectid)
857857

858858
//TODO end of hacks
859859

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

863863
[MustUseReturnValue]

0 commit comments

Comments
 (0)