Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
officiallygod committed Mar 6, 2024
1 parent bd7b53d commit 4f55e43
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,11 @@ const SiteGen = () => {
// Get the homepages and set that in flow
getHomepages( currentData.sitegen.siteDetails.prompt ).then(
( response ) => {
if ( response.body ) {
currentData.sitegen.homepages.data =
response.body;
}
currentData.sitegen.siteGenMetaStatus.currentStatus += 1;
currentData.sitegen.homepages.data = response.body;
}
);
}
Expand Down

0 comments on commit 4f55e43

Please sign in to comment.