Skip to content

Commit

Permalink
Update patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
jeawhanlee committed Jan 8, 2025
1 parent 87fa01d commit e5b7d01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,7 @@ export const getScenarioTag = async(tags: Array<string>): Promise<string> => {
export const isWprRelatedError = async(contents: string): Promise<boolean> => {
const patterns: Array<string> = [
'/plugins/wp-rocket/',
'wpr_rucss_used_css',
'wpr_rocket_cache'
'WP_Rocket'
];

for (const pattern of patterns) {
Expand Down

0 comments on commit e5b7d01

Please sign in to comment.