@forge/util

2.0.12.0.1-experimental-7890858
packages/ari/jira/notification-user-preference/index.js
~packages/ari/jira/notification-user-preference/index.jsModified
+1−4
Index: package/packages/ari/jira/notification-user-preference/index.js
===================================================================
--- package/packages/ari/jira/notification-user-preference/index.js
+++ package/packages/ari/jira/notification-user-preference/index.js
@@ -284,25 +284,22 @@
 var jiraNotificationUserPreferenceAriStaticOpts = {
   qualifier: "ari",
   platformQualifier: "cloud",
   cloudId: new RegExp("^$"),
-  // eslint-disable-line no-useless-escape
   resourceOwner: JiraNotificationUserPreferenceAriResourceOwner,
   resourceType: JiraNotificationUserPreferenceAriResourceType,
   resourceIdSlug: "activation/{activationId}/{notificationUserPreferenceId}",
   resourceIdSegmentFormats: {
     activationId: /[a-zA-Z0-9\-]+/,
     // eslint-disable-line no-useless-escape
     notificationUserPreferenceId: /[0-9]+/
-    // eslint-disable-line no-useless-escape
   }
 };
 
 // src/jira/notification-user-preference/index.ts
 var JiraNotificationUserPreferenceAri = class _JiraNotificationUserPreferenceAri extends RegisteredAri {
   constructor(opts) {
-    super(opts);
-    this._activationId = opts.resourceIdSegmentValues.activationId, this._notificationUserPreferenceId = opts.resourceIdSegmentValues.notificationUserPreferenceId;
+    super(opts), this._activationId = opts.resourceIdSegmentValues.activationId, this._notificationUserPreferenceId = opts.resourceIdSegmentValues.notificationUserPreferenceId;
   }
   get activationId() {
     return this._activationId;
   }