This commit is contained in:
luke-hagar-sp
2024-02-09 08:40:35 -06:00
parent 030c28532e
commit d52d57f36f
13 changed files with 13 additions and 5816 deletions

View File

@@ -40,11 +40,7 @@ fs.readFile(args[2], 'utf8', (err, data) => {
jsonObject.variable = JSON.parse(fs.readFileSync('postman-script/variable-beta.json', 'utf8'));
} else if (args[2].includes("v3")) {
jsonObject.variable = JSON.parse(fs.readFileSync('postman-script/variable-v3.json', 'utf8'));
} else if (args[2].includes("v2")) {
jsonObject.variable = JSON.parse(fs.readFileSync('postman-script/variable-v2.json', 'utf8'));
} else if (args[2].includes("cc")) {
jsonObject.variable = JSON.parse(fs.readFileSync('postman-script/variable-cc.json', 'utf8'));
}
}