refs #5128 borrada línea por error
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Vicent Llopis 2023-04-18 09:49:12 +02:00
parent c5225cb632
commit b3e7cedd1e
1 changed files with 1 additions and 0 deletions

View File

@ -491,6 +491,7 @@ module.exports = Self => {
oldInstance: {name: oldData.name, active: oldData.active},
newInstance: {name: changes.name, active: changes.active}
};
await Self.app.models.ClientLog.create(logRecord);
}
}
});