@forge/util

2.0.12.0.1-experimental-7890858
packages/ari/townsquare/learning/index.js
~packages/ari/townsquare/learning/index.jsModified
+1−4
Index: package/packages/ari/townsquare/learning/index.js
===================================================================
--- package/packages/ari/townsquare/learning/index.js
+++ package/packages/ari/townsquare/learning/index.js
@@ -284,23 +284,20 @@
 var townsquareLearningAriStaticOpts = {
   qualifier: "ari",
   platformQualifier: "cloud",
   cloudId: new RegExp("^[a-zA-Z0-9_\\-.]{1,255}$"),
-  // eslint-disable-line no-useless-escape
   resourceOwner: TownsquareLearningAriResourceOwner,
   resourceType: TownsquareLearningAriResourceType,
   resourceIdSlug: "{learningUuid}",
   resourceIdSegmentFormats: {
     learningUuid: /[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/townsquare/learning/index.ts
 var TownsquareLearningAri = class _TownsquareLearningAri extends RegisteredAri {
   constructor(opts) {
-    super(opts);
-    this._siteId = opts.cloudId || "", this._learningUuid = opts.resourceIdSegmentValues.learningUuid;
+    super(opts), this._siteId = opts.cloudId || "", this._learningUuid = opts.resourceIdSegmentValues.learningUuid;
   }
   get siteId() {
     return this._siteId;
   }