niemes před 2 roky
rodič
revize
cbb29b5b0f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -56,7 +56,7 @@ async function watchLinkedin(){
                 info.followers = followersNb.firstDegreeSize
                 info.error = 0 // cleanUp error
             }
-        }).catch( (err) => {
+        }).catch( async (err) => {
             console.log("[DEBUG-LOG][watchLinkedin ERROR]", info.error, err);
             info.error++
             if (info.error > 50) {