relaycontrol 0.6.5 → 0.6.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -1
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22093,7 +22093,8 @@ async function executeJob(api, job, verbose) {
|
|
|
22093
22093
|
},
|
|
22094
22094
|
config: adapterConfig,
|
|
22095
22095
|
context,
|
|
22096
|
-
onLog
|
|
22096
|
+
onLog,
|
|
22097
|
+
authToken: claimed.authToken ?? void 0
|
|
22097
22098
|
};
|
|
22098
22099
|
let result;
|
|
22099
22100
|
try {
|