@infrab4a/connect 0.17.0-beta.7 → 0.17.0-beta.8

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.
@@ -854,7 +854,7 @@
854
854
  discount: 30,
855
855
  user: userId,
856
856
  useLimit: 1,
857
- useLimitPerUser: 1,
857
+ useLimitPerUser: true,
858
858
  createdAt: new Date(Date.now()),
859
859
  beginAt: new Date(Date.now()),
860
860
  expiresIn: new Date(Date.now() + COUPON_EXPIRATION),