Skip to content

Commit

Permalink
remove process.exit()
Browse files Browse the repository at this point in the history
  • Loading branch information
tttp committed Sep 16, 2024
1 parent b46ee24 commit 79db928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crm/mailchimp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class MailchimpCRM extends CRM {
if (this.interest) {
member.interests = {};
member.interests[this.interest] = true;
console.log("add to interest",member); process.exit(1);
console.log("add to interest",member);

}
try {
Expand Down

0 comments on commit 79db928

Please sign in to comment.