@5minds/node-red-contrib-processcube 1.5.2-feature-8f4ce8-m3igte5w → 1.5.2-feature-2b3236-m3iqw8yk
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -12,6 +12,7 @@ module.exports = function (RED) {
|
|
12
12
|
this.credentials.clientId = RED.util.evaluateNodeProperty(n.clientId, n.clientIdType, node);
|
13
13
|
this.credentials.clientSecret = RED.util.evaluateNodeProperty(n.clientSecret, n.clientSecretType, node);
|
14
14
|
|
15
|
+
// known issue: kann bei falschem timing zu laufzeitfehlern führen (absprache MM)
|
15
16
|
// set the engine url
|
16
17
|
const stopRefreshing = periodicallyRefreshEngineClient(this, n, 10000);
|
17
18
|
|