Skip to content

Commit

Permalink
update mailerlite group [server deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianoFerrari committed Apr 4, 2024
1 parent f29bc93 commit f00bf86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ app.post('/signup', async (req, res) => {

if (email !== "cypress@testing.com" && didSubscribe) {
try {
const params : CreateOrUpdateSubscriberParams = {'email': email, 'groups': ['106198315'], "status": "unconfirmed"};
const params : CreateOrUpdateSubscriberParams = {'email': email, 'groups': ['97315320365057419'], "status": "unconfirmed"};
await mailerlite.subscribers.createOrUpdate(params);
} catch (mailErr) {
console.error(mailErr);
Expand Down

0 comments on commit f00bf86

Please sign in to comment.