From 5061a0807b1b5c1048b8af4ba4dc1970cdec0e71 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Sun, 10 Mar 2024 12:58:18 +0530 Subject: [PATCH] fix: ignore route history and access log from link check (cherry picked from commit cfeb1db3f5dc1676dc0f393222c21f7dd2cc00d0) --- frappe/hooks.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frappe/hooks.py b/frappe/hooks.py index ddb3fa31c94..2315293ff8a 100644 --- a/frappe/hooks.py +++ b/frappe/hooks.py @@ -419,6 +419,8 @@ "Unhandled Email", "Webhook Request Log", "Workspace", + "Route History", + "Access Log", ] # Request Hooks