@crmcom/self-service-sdk 3.0.0-build.33 → 3.0.0-build.34

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/subscriptions.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crmcom/self-service-sdk",
3
- "version": "3.0.0-build.33",
3
+ "version": "3.0.0-build.34",
4
4
  "description": "Official CRM.COM Self-Service JavaScript SDK for consumer-facing API integration",
5
5
  "type": "module",
6
6
  "main": "index.js",
package/subscriptions.js CHANGED
@@ -440,7 +440,6 @@ async function listSubscriptionActions({
440
440
  is_scheduled,
441
441
  service_id,
442
442
  subscription_id,
443
- subscription_id,
444
443
  } = {}) {
445
444
  try {
446
445
  if (!contact_id) contact_id = await httpUtil.getSession().sub;