Merge branch 'dev' into 3023-client_webAccess_block_simultaneous_changes
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-07-22 07:30:37 +00:00
commit f97e2427a4
1 changed files with 1 additions and 1 deletions

View File

@ -27,8 +27,8 @@ module.exports = {
await db.rawSql(`
INSERT INTO vn.mail (sender, replyTo, sent, subject, body, status)
VALUES (?, ?, 1, ?, ?, ?)`, [
options.replyTo,
options.to,
options.replyTo,
options.subject,
options.text || options.html,
error && error.message || 'Sent'