From a18512a644ac9e500028d28840b111315ed20cf0 Mon Sep 17 00:00:00 2001 From: openhands Date: Fri, 13 Mar 2026 10:37:14 +0000 Subject: [PATCH] fix: Stale JSDoc in navigateToStakePage refers to '/stake' not '/app/stake' (#509) --- scripts/harb-evaluator/helpers/stake.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/harb-evaluator/helpers/stake.ts b/scripts/harb-evaluator/helpers/stake.ts index a3cf190..3d7b24a 100644 --- a/scripts/harb-evaluator/helpers/stake.ts +++ b/scripts/harb-evaluator/helpers/stake.ts @@ -16,7 +16,7 @@ import { getStackConfig } from '../../../tests/setup/stack'; /** * Navigate to /app/stake, handling the auth guard's password gate if triggered. * The guard redirects to /login when localStorage 'authentificated' is absent. - * After a successful login, router.push('/') causes '/' → '/stake' redirect so + * After a successful login, router.push('/') causes '/' → '/app/stake' redirect so * we end up on the stake page without a second navigateSPA call. */ async function navigateToStakePage(page: Page): Promise {