✨ Changing the mailchimp email address
This commit is contained in:
parent
8eed472488
commit
27013af123
@ -7,12 +7,9 @@ import { BackendVariables } from "@Common/config/variables/Variables";
|
|||||||
|
|
||||||
@Service()
|
@Service()
|
||||||
export default class MailchimpService extends BaseService {
|
export default class MailchimpService extends BaseService {
|
||||||
private static readonly from = "no-reply@smart-chain.fr";
|
private static readonly from = "no-reply@lecoffre.io";
|
||||||
|
|
||||||
constructor(
|
constructor(private emailRepository: EmailRepository, protected variables: BackendVariables) {
|
||||||
private emailRepository: EmailRepository,
|
|
||||||
protected variables: BackendVariables,
|
|
||||||
) {
|
|
||||||
super();
|
super();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user