@aloma.io/integration-sdk 3.8.12 → 3.8.13
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.
@@ -107,7 +107,6 @@ export class AbstractController {
|
|
107
107
|
return this.healthCheck();
|
108
108
|
}
|
109
109
|
async _doStart(config, oauth, newTask, updateTask, getClient, getBlob, getBlobContent, createBlob) {
|
110
|
-
console.dir(config, { depth: null });
|
111
110
|
this.config = config;
|
112
111
|
this.client = oauth;
|
113
112
|
this.oauth = oauth;
|
package/package.json
CHANGED
package/src/controller/index.mts
CHANGED