фикс
All checks were successful
CI / build-test (push) Successful in 29s
Release / pack-and-publish (release) Successful in 31s

This commit is contained in:
2025-12-07 11:28:11 +03:00
parent 7556b3d638
commit d60bef7070

View File

@@ -17,8 +17,6 @@ internal sealed class CommandsRegistry
/// </summary>
public CommandsRegistry Map<TPage>(string commandTemplate, bool publish = false, string? description = null) where TPage : Page
{
var pattern = ToRegex(commandTemplate);
return Map(commandTemplate, (ctx, args, ct) => ctx.Navigation.GoToAsync<TPage>(ctx, ct), publish, description);
}