Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Remove parents attribute from migration logic
Browse files Browse the repository at this point in the history
  • Loading branch information
kmanijak committed Oct 18, 2023
1 parent 656bd32 commit e86ddbd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const mapAttributes = ( attributes ) => {
woocommerceOnSale,
woocommerceHandPickedProducts,
taxQuery,
parents,
isProductCollectionBlock,
...restQuery
} = query;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ const mapAttributes = ( attributes: Record< string, unknown > ) => {
woocommerceOnSale: __woocommerceOnSale,
woocommerceHandPickedProducts: include,
taxQuery: {},
parents: [],
isProductCollectionBlock: true,
...restQuery,
},
Expand Down

0 comments on commit e86ddbd

Please sign in to comment.