Skip to content

Commit

Permalink
Merge branch 'main' into develop.
Browse files Browse the repository at this point in the history
  • Loading branch information
tofumatt committed Jan 27, 2025
2 parents 8738bd9 + 1dc5cbb commit fed9ff4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions assets/js/googlesitekit/datastore/site/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ const fetchHTMLForURLStore = createFetchStore( {

// Actions
const RESET_HTML_FOR_URL = 'RESET_HTML_FOR_URL';
const WAIT_FOR_HTML_FOR_URL = 'WAIT_FOR_HTML_FOR_URL';
const CHECK_FOR_SETUP_TAG = 'CHECK_FOR_SETUP_TAG';

// Errors
Expand Down Expand Up @@ -132,11 +131,6 @@ const baseActions = {
};

const baseControls = {
[ WAIT_FOR_HTML_FOR_URL ]: createRegistryControl(
( registry ) =>
( { payload: { url } } ) =>
registry.resolveSelect( CORE_SITE ).getHTMLForURL( url )
),
[ CHECK_FOR_SETUP_TAG ]: createRegistryControl(
( registry ) => async () => {
let error;
Expand Down

0 comments on commit fed9ff4

Please sign in to comment.