@forge/util

2.0.12.0.1-experimental-7890858
packages/ari/commerce/invoice-group/index.js
~packages/ari/commerce/invoice-group/index.jsModified
+1−4
Index: package/packages/ari/commerce/invoice-group/index.js
===================================================================
--- package/packages/ari/commerce/invoice-group/index.js
+++ package/packages/ari/commerce/invoice-group/index.js
@@ -284,23 +284,20 @@
 var commerceInvoiceGroupAriStaticOpts = {
   qualifier: "ari",
   platformQualifier: "cloud",
   cloudId: new RegExp("^[a-zA-Z0-9\\-]+$"),
-  // eslint-disable-line no-useless-escape
   resourceOwner: CommerceInvoiceGroupAriResourceOwner,
   resourceType: CommerceInvoiceGroupAriResourceType,
   resourceIdSlug: "{invoiceGroupId}",
   resourceIdSegmentFormats: {
     invoiceGroupId: /[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}/
-    // eslint-disable-line no-useless-escape
   }
 };
 
 // src/commerce/invoice-group/index.ts
 var CommerceInvoiceGroupAri = class _CommerceInvoiceGroupAri extends RegisteredAri {
   constructor(opts) {
-    super(opts);
-    this._txaId = opts.cloudId || "", this._invoiceGroupId = opts.resourceIdSegmentValues.invoiceGroupId;
+    super(opts), this._txaId = opts.cloudId || "", this._invoiceGroupId = opts.resourceIdSegmentValues.invoiceGroupId;
   }
   get txaId() {
     return this._txaId;
   }