Skip to content

Commit

Permalink
add return
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrés Blanco committed May 3, 2024
1 parent 216c821 commit b9f4cbf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ const siteMigration: Flow = {
state: AssertConditionState.FAILURE,
message: 'site-migration requires a logged in user',
};

return result;
}

if ( ! siteSlug && ! siteId ) {
Expand Down

0 comments on commit b9f4cbf

Please sign in to comment.