kui-crm_actions 0.0.155 → 0.0.156

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.
package/cjs/index.js CHANGED
@@ -544,7 +544,7 @@ var inspectionsRequests = {
544
544
  photos: inspectionsRequestBody.getFilesParams(room.files),
545
545
  room_order_number: withOrderNumber ? roomIndex : undefined,
546
546
  };
547
- })) || []);
547
+ }).filter(function (room) { return room.purpose; })) || []);
548
548
  },
549
549
  };
550
550