Skip to content

Commit

Permalink
Simplify statement
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed May 16, 2018
1 parent 0c9c329 commit 9a96bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-data/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export function receiveEntityRecords( kind, name, records ) {
export function receiveTaxonomies( taxonomies ) {
return {
type: 'RECEIVE_TAXONOMIES',
taxonomies: taxonomies,
taxonomies,
};
}

Expand Down

0 comments on commit 9a96bed

Please sign in to comment.