@forge/util
2.0.12.0.1-experimental-7890858
packages/ari/unified-help/workspace/index.js~
packages/ari/unified-help/workspace/index.jsModified+1−3
Index: package/packages/ari/unified-help/workspace/index.js
===================================================================
--- package/packages/ari/unified-help/workspace/index.js
+++ package/packages/ari/unified-help/workspace/index.js
@@ -284,9 +284,8 @@
var unifiedHelpWorkspaceAriStaticOpts = {
qualifier: "ari",
platformQualifier: "cloud",
cloudId: new RegExp("^$"),
- // eslint-disable-line no-useless-escape
resourceOwner: UnifiedHelpWorkspaceAriResourceOwner,
resourceType: UnifiedHelpWorkspaceAriResourceType,
resourceIdSlug: "{activationId}",
resourceIdSegmentFormats: {
@@ -297,10 +296,9 @@
// src/unified-help/workspace/index.ts
var UnifiedHelpWorkspaceAri = class _UnifiedHelpWorkspaceAri extends RegisteredAri {
constructor(opts) {
- super(opts);
- this._activationId = opts.resourceIdSegmentValues.activationId;
+ super(opts), this._activationId = opts.resourceIdSegmentValues.activationId;
}
get activationId() {
return this._activationId;
}