From b9f4cbf02ede89ed991a0063af0e724acc2e64ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Blanco?= Date: Fri, 3 May 2024 19:52:16 -0300 Subject: [PATCH] add return --- client/landing/stepper/declarative-flow/site-migration-flow.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/landing/stepper/declarative-flow/site-migration-flow.ts b/client/landing/stepper/declarative-flow/site-migration-flow.ts index f63d0b28b748f..a4928e5ab3a4a 100644 --- a/client/landing/stepper/declarative-flow/site-migration-flow.ts +++ b/client/landing/stepper/declarative-flow/site-migration-flow.ts @@ -122,6 +122,8 @@ const siteMigration: Flow = { state: AssertConditionState.FAILURE, message: 'site-migration requires a logged in user', }; + + return result; } if ( ! siteSlug && ! siteId ) {