Changed scope
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
5714eb80f2
commit
ae8aae6c20
|
@ -117,6 +117,8 @@ module.exports = {
|
||||||
html: body
|
html: body
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
async function invalidEmail(ticket) {
|
async function invalidEmail(ticket) {
|
||||||
await db.rawSql(`UPDATE client SET email = NULL WHERE id = ?`, [
|
await db.rawSql(`UPDATE client SET email = NULL WHERE id = ?`, [
|
||||||
|
@ -146,5 +148,3 @@ module.exports = {
|
||||||
html: body
|
html: body
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
Loading…
Reference in New Issue