Fix
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-06-04 14:46:55 +02:00
parent 13859375bd
commit 9056801869
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ module.exports = function(Self) {
removeUnloggable(definition, newInstance);
// Prevent log with no new changes
const hasNewChanges = Object.keys(newInstance) != 0;
const hasNewChanges = Object.keys(newInstance).length;
if (!hasNewChanges) return;
let logRecord = {