Skip to content

Commit

Permalink
Merge pull request #1345 from afup/fix_sync_veille
Browse files Browse the repository at this point in the history
correction de la synchronisation de la veille
  • Loading branch information
agallou authored Nov 18, 2023
2 parents 7ebc7d4 + b051461 commit f5740e7
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 f5740e7

Please sign in to comment.