ts-glitter 21.2.6 → 21.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -809,6 +809,9 @@ export class Shopping {
809
809
  })
810
810
  .map((product: any) => {
811
811
  product.content.designated_logistics = product.content.designated_logistics ?? { list: [], type: 'all' };
812
+ if(product.content.designated_logistics.group==='' && !product.content.designated_logistics.type){
813
+ product.content.designated_logistics={ list: [], type: 'all' };
814
+ }
812
815
  product.content.collection = Array.from(
813
816
  new Set(
814
817
  (() => {