forked from github-starred/komodo
replace ProcedureConfigVariant
This commit is contained in:
@@ -26,6 +26,7 @@ function fix_types() {
|
||||
const fixed = contents
|
||||
.toString()
|
||||
.replaceAll("ResourceTargetVariant", 'ResourceTarget["type"]')
|
||||
.replaceAll("AlertDataVariant", 'AlertData["type"]');
|
||||
.replaceAll("AlertDataVariant", 'AlertData["type"]')
|
||||
.replaceAll("ProcedureConfigVariant", 'ProcedureConfig["type"]');
|
||||
writeFileSync(types_path, fixed);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user