mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
CC Decom
This commit is contained in:
@@ -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'));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user