Skip to content

Commit

Permalink
Remove unused second argument
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Apr 24, 2018
1 parent 0d658a2 commit 82bdfb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-data/resolvers.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ export async function* getPostType( state, slug ) {
*/
export async function* getThemeSupports() {
const index = await apiRequest( { path: '/' } );
yield receiveIndex( index, 'theme_supports' );
yield receiveIndex( index );
}

0 comments on commit 82bdfb5

Please sign in to comment.