Skip to content

Commit

Permalink
#1825: ensure validation rules do not block fixKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Nov 4, 2024
1 parent bc22c5e commit b9949a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1589,6 +1589,8 @@ class Mcdev {
*/
static async fixKeys(businessUnit, selectedTypes, keys) {
const properties = await config.getProperties();
// make sure validation rules dont keep us from fixing the keys
this.setOptions({ skipValidation: true });
let reRetrieveAll = false;

/** @typedef {string[]} */
Expand Down

0 comments on commit b9949a4

Please sign in to comment.