add break point

main
saif 2025-03-03 10:51:09 +05:00
parent 1eec0c61e1
commit fa9999cd74
1 changed files with 1 additions and 0 deletions

View File

@ -221,6 +221,7 @@ const emailUtils = require("./email-utils");
await new Promise((r) => setTimeout(r, 5000));
} catch (e) {
console.log(e);
break
}
}
} catch (e) {