Skip to content

Commit

Permalink
correction de la synchronisation de la veille
Browse files Browse the repository at this point in the history
On avait un peu plus de 40 mails qui n'étaient pas inscrits à cause de cela.
  • Loading branch information
agallou committed Nov 18, 2023
1 parent 71b6b8c commit b051461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/AppBundle/TechLetter/MailchimpSynchronizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ private function subscribeAddresses(array $emails)
{
foreach ($emails as $email) {
$this->logger->info('Subscribe {address} to techletter', ['address' => $email]);
$this->mailchimp->subscribeAddress($this->listId, $email);
$this->mailchimp->subscribeAddressWithoutConfirmation($this->listId, $email);
}
}

Expand Down

0 comments on commit b051461

Please sign in to comment.