Skip to content

Commit

Permalink
Rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Aug 23, 2019
1 parent f630096 commit 04a27ce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/data/src/registry.js
Expand Up @@ -191,9 +191,5 @@ export function createRegistry( storeConfigs = {}, parent = null ) {
parent.subscribe( globalListener );
}

if ( parent ) {
parent.subscribe( globalListener );
}

return withPlugins( registry );
}

0 comments on commit 04a27ce

Please sign in to comment.