Removed comments
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Pau 2022-11-16 12:04:58 +01:00
parent 3199797ee0
commit 7038d67d94
1 changed files with 0 additions and 5 deletions

View File

@ -164,14 +164,9 @@ module.exports = Self => {
}
if (image != null) {
// if the dir does not exist
if (!fs.existsSync(dir))
dmsRecover(tickets[i], signContent);
else {
// Create the file with the image,
// the name is the variable image,
// the content is the signContent and is in base64
console.log('image', image);
fs.writeFile(image, signContent, 'base64', async function(err) {
if (err) {
await tx.rollback();