Fix: Correctly duplicate from

This commit is contained in:
Dries Augustyns
2024-09-24 17:24:41 +02:00
parent f1d4d5073c
commit 111e054fe8
2 changed files with 2 additions and 0 deletions
@@ -161,6 +161,7 @@ export class Campaigns {
body: campaign.body,
style: campaign.style,
email: campaign.email,
from: campaign.from,
},
});
@@ -61,6 +61,7 @@ export class Templates {
type: template.type,
style: template.style,
email: template.email,
from: template.from,
},
});