mirror of
https://github.com/Nezumi-2711/cloudflare-gateway-pihole-scripts.git
synced 2026-09-22 13:38:37 +00:00
updated logging for API calls
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user