Explorar el Código

fix syntax error

k.niemeskern hace 2 años
padre
commit
76d7b0b42f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);