@forge/util

2.0.12.0.1-experimental-7890858
packages/ari/workday/position/index.js
~packages/ari/workday/position/index.jsModified
+1−5
Index: package/packages/ari/workday/position/index.js
===================================================================
--- package/packages/ari/workday/position/index.js
+++ package/packages/ari/workday/position/index.js
@@ -284,25 +284,21 @@
 var workdayPositionAriStaticOpts = {
   qualifier: "ari",
   platformQualifier: "third-party",
   cloudId: new RegExp("^$"),
-  // eslint-disable-line no-useless-escape
   resourceOwner: WorkdayPositionAriResourceOwner,
   resourceType: WorkdayPositionAriResourceType,
   resourceIdSlug: "{workdayTenantKey}/{positionWorkdayId}",
   resourceIdSegmentFormats: {
     workdayTenantKey: /[!a-zA-Z0-9\-_.~@:;{}=]+(\/[!a-zA-Z0-9\-_.~@:;{}=]+)*/,
-    // eslint-disable-line no-useless-escape
     positionWorkdayId: /[!a-zA-Z0-9\-_.~@:;{}=]+(\/[!a-zA-Z0-9\-_.~@:;{}=]+)*/
-    // eslint-disable-line no-useless-escape
   }
 };
 
 // src/workday/position/index.ts
 var WorkdayPositionAri = class _WorkdayPositionAri extends RegisteredAri {
   constructor(opts) {
-    super(opts);
-    this._workdayTenantKey = opts.resourceIdSegmentValues.workdayTenantKey, this._positionWorkdayId = opts.resourceIdSegmentValues.positionWorkdayId;
+    super(opts), this._workdayTenantKey = opts.resourceIdSegmentValues.workdayTenantKey, this._positionWorkdayId = opts.resourceIdSegmentValues.positionWorkdayId;
   }
   get workdayTenantKey() {
     return this._workdayTenantKey;
   }