✨ Mise en prod
This commit is contained in:
parent
27013af123
commit
126c06ec67
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user