Merge branch 'dev' into staging

This commit is contained in:
Maxime Lalo 2023-12-08 14:59:09 +01:00
commit c09ff78723

View File

@ -9,6 +9,7 @@ import { BackendVariables } from "@Common/config/variables/Variables";
export default class MailchimpService extends BaseService { export default class MailchimpService extends BaseService {
private static readonly from = "no-reply@lecoffre.io"; private static readonly from = "no-reply@lecoffre.io";
// Construct the service
constructor(private emailRepository: EmailRepository, protected variables: BackendVariables) { constructor(private emailRepository: EmailRepository, protected variables: BackendVariables) {
super(); super();
} }