@whiplashmerch/whiplash-api-client 1.0.49 → 1.0.50

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.
@@ -26319,7 +26319,7 @@ const getApiV21BatchedUnshippedCount = (client, id) => {
26319
26319
  trait: 'batched_unshipped_order_count',
26320
26320
  };
26321
26321
  getApiV21ItemsIdCallTrait(client, traitsParams)
26322
- .then((result) => {
26322
+ .then(({ result }) => {
26323
26323
  resolve(result);
26324
26324
  }).catch(reject);
26325
26325
  });