updated logging for API calls

This commit is contained in:
Viet Huynh
2023-11-02 02:42:28 +07:00
parent 6f1ba625c0
commit ac535c927a
5 changed files with 44 additions and 24 deletions
+2
View File
@@ -28,6 +28,8 @@ import { FAST_MODE } from "./lib/constants.js";
`Got ${lists.length} lists, ${cgpsLists.length} of which are CGPS lists that will be deleted.`
);
console.log(`Deleting ${cgpsLists.length} lists...`);
if (FAST_MODE) {
await deleteZeroTrustListsAtOnce(cgpsLists);
return;