@forge/util

2.0.12.0.1-experimental-7890858
packages/ari/beacon/workspace/index.js
~packages/ari/beacon/workspace/index.jsModified
+1−3
Index: package/packages/ari/beacon/workspace/index.js
===================================================================
--- package/packages/ari/beacon/workspace/index.js
+++ package/packages/ari/beacon/workspace/index.js
@@ -284,9 +284,8 @@
 var beaconWorkspaceAriStaticOpts = {
   qualifier: "ari",
   platformQualifier: "cloud",
   cloudId: new RegExp("^[a-zA-Z0-9_\\-.]{1,255}$"),
-  // eslint-disable-line no-useless-escape
   resourceOwner: BeaconWorkspaceAriResourceOwner,
   resourceType: BeaconWorkspaceAriResourceType,
   resourceIdSlug: "{workspaceId}",
   resourceIdSegmentFormats: {
@@ -297,10 +296,9 @@
 
 // src/beacon/workspace/index.ts
 var BeaconWorkspaceAri = class _BeaconWorkspaceAri extends RegisteredAri {
   constructor(opts) {
-    super(opts);
-    this._siteId = opts.cloudId || "", this._workspaceId = opts.resourceIdSegmentValues.workspaceId;
+    super(opts), this._siteId = opts.cloudId || "", this._workspaceId = opts.resourceIdSegmentValues.workspaceId;
   }
   get siteId() {
     return this._siteId;
   }