Fix missing tx refrence, https://github.com/Mailtrain-org/mailtrain/issues/811
This commit is contained in:
parent
9d4506977d
commit
2204bbe70c
2 changed files with 8 additions and 6 deletions
|
@ -682,7 +682,7 @@ async function queueCampaignMessageTx(tx, sendConfigurationId, listId, subscript
|
|||
});
|
||||
}
|
||||
|
||||
async function queueAPITransactionalMessage(sendConfigurationId, email, subject, html, text, tagLanguage, mergeTags, attachments) {
|
||||
async function queueAPITransactionalMessage(tx, sendConfigurationId, email, subject, html, text, tagLanguage, mergeTags, attachments) {
|
||||
const msgData = {
|
||||
to: {
|
||||
address: email
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue