Fix
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
13859375bd
commit
9056801869
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue