@whiplashmerch/whiplash-api-client 1.0.50 → 1.0.51

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.
@@ -26331,7 +26331,7 @@ const getApiItemQuantities = (client, id) => {
26331
26331
  };
26332
26332
  return new Promise((resolve, reject) => {
26333
26333
  getApiV21ItemsIdTraits(client, params)
26334
- .then(({ result }) => {
26334
+ .then((result) => {
26335
26335
  resolve(result);
26336
26336
  }).catch(reject);
26337
26337
  });