✨ 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()
|
||||
export default class MailchimpService extends BaseService {
|
||||
private static readonly from = "no-reply@smart-chain.fr";
|
||||
private static readonly from = "no-reply@lecoffre.io";
|
||||
|
||||
constructor(
|
||||
private emailRepository: EmailRepository,
|
||||
protected variables: BackendVariables,
|
||||
) {
|
||||
constructor(private emailRepository: EmailRepository, protected variables: BackendVariables) {
|
||||
super();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user