chore: atualizacao dos scripts de delecao de OFs concluidas e auditoria concluida
This commit is contained in:
@@ -80,7 +80,7 @@ async function deleteOF(ofNumber) {
|
||||
}
|
||||
|
||||
async function run() {
|
||||
const ofsToTest = ['B117', 'B114'];
|
||||
const ofsToTest = ['B119', 'B122', 'B110'];
|
||||
for (const of of ofsToTest) {
|
||||
await deleteOF(of);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user