chore: atualizacao dos scripts de delecao de OFs concluidas e auditoria concluida

This commit is contained in:
2026-08-13 13:11:37 +00:00
parent dc20985524
commit 7f810f2b77
6 changed files with 152 additions and 1 deletions
+1 -1
View File
@@ -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);
}