@5minds/node-red-contrib-processcube 1.5.2-debug-38bc89-m35vzrqa → 1.5.2-debug-1ac394-m35x7rk5
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -143,7 +143,7 @@ async function startRefreshingIdentityCycle(clientId, clientSecret, authorityUrl
|
|
143
143
|
configNode.setIdentity(freshIdentity);
|
144
144
|
|
145
145
|
retries = 5;
|
146
|
-
setTimeout(refresh,
|
146
|
+
setTimeout(refresh, delay);
|
147
147
|
} catch (error) {
|
148
148
|
if (retries === 0) {
|
149
149
|
console.error(
|