mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
PR feedback
This commit is contained in:
parent
3596c030c8
commit
4a9002afa5
@ -94,7 +94,6 @@ module.exports = class PayloadValidator {
|
|||||||
* @returns
|
* @returns
|
||||||
*/
|
*/
|
||||||
ensureOrganizationNotModified(after) {
|
ensureOrganizationNotModified(after) {
|
||||||
try {
|
|
||||||
variablesToCheck.forEach((location) => {
|
variablesToCheck.forEach((location) => {
|
||||||
const beforeValue = this.getValue(this.before, location);
|
const beforeValue = this.getValue(this.before, location);
|
||||||
const afterValue = this.getValue(after, location);
|
const afterValue = this.getValue(after, location);
|
||||||
@ -109,10 +108,7 @@ module.exports = class PayloadValidator {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} catch (e) {
|
|
||||||
console.log('Error while trying to verify variable changes');
|
|
||||||
console.log(e);
|
|
||||||
}
|
|
||||||
return after;
|
return after;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user