Merge branch 'master' of https://gitea.verdnatura.es/verdnatura/salix into test
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2022-06-28 12:28:19 +02:00
commit df2be27dd3
1 changed files with 29 additions and 29 deletions

View File

@ -118,8 +118,9 @@ module.exports = {
});
}
},
};
async invalidEmail(ticket) {
async function invalidEmail(ticket) {
await db.rawSql(`UPDATE client SET email = NULL WHERE id = ?`, [
ticket.clientFk
]);
@ -147,4 +148,3 @@ module.exports = {
html: body
});
}
};