Skip to content

Commit

Permalink
fix: cover lottery publish case
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinBuyck committed Oct 29, 2024
1 parent ed786fb commit 0bafa5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/src/services/email.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -660,8 +660,7 @@ export class EmailService {
for (const language in emails) {
void (await this.loadTranslations(null, language as LanguagesEnum));
await this.sendSES({
to: emails[language],

bcc: emails[language],
subject: this.polyglot.t('lotteryAvailable.header', {
listingName: listingInfo.name,
}),
Expand Down

0 comments on commit 0bafa5e

Please sign in to comment.