Fix webhook message

This commit is contained in:
mrrfv
2023-11-08 23:10:35 +01:00
parent 3b01badd8f
commit 111b029776
+1 -1
View File
@@ -16,4 +16,4 @@ const cgpsRule = rules.find(({ name }) => name === "CGPS Filter Lists");
await deleteZeroTrustRule(cgpsRule.id); await deleteZeroTrustRule(cgpsRule.id);
})(); })();
// Send a notification to the webhook // Send a notification to the webhook
await notifyWebhook("CF Gateway Rule Create script finished running"); await notifyWebhook("CF Gateway Rule Delete script finished running");