From e5b7d01980514a9ee158100f2efdd73569b9419e Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Wed, 8 Jan 2025 13:03:13 +0100 Subject: [PATCH] Update patterns --- utils/helpers.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/helpers.ts b/utils/helpers.ts index b3b9a54..725a4b8 100644 --- a/utils/helpers.ts +++ b/utils/helpers.ts @@ -527,8 +527,7 @@ export const getScenarioTag = async(tags: Array): Promise => { export const isWprRelatedError = async(contents: string): Promise => { const patterns: Array = [ '/plugins/wp-rocket/', - 'wpr_rucss_used_css', - 'wpr_rocket_cache' + 'WP_Rocket' ]; for (const pattern of patterns) {