k.niemeskern пре 2 година
родитељ
комит
76d7b0b42f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -41,7 +41,7 @@ async function watchLinkedin(){
             }
         }).catch( (err) => {
             console.log("[DEBUG-LOG][watchLinkedin ERROR]", info.error, err);
-            info.error = info.error++
+            info.error++
             if (info.error > 50) {
                 info.active = false
                 mail.notif(process.env.usermail, process.env.pswd, process.env.contact);