Merge branch 'master' of https://gitea.verdnatura.es/verdnatura/salix into test
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
commit
df2be27dd3
|
@ -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
|
||||
});
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue