@arsedizioni/ars-utils 18.4.39 → 18.4.41

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.
@@ -1782,6 +1782,7 @@ class ClipperUtils {
1782
1782
  case ClipperModel.Coordinamento: return ClipperModule.ModificheAbrogazioniERinvii;
1783
1783
  case ClipperModel.GiurisprudenzaRecente: return ClipperModule.Giurisprudenza;
1784
1784
  case ClipperModel.NormativaVigente:
1785
+ console.log(JSON.stringify(item));
1785
1786
  if (item.sector && item.sector.length > 0 && item.sector[0] === "G") {
1786
1787
  return ClipperModule.Giurisprudenza;
1787
1788
  }