Skip to content

Commit 0826365

Browse files
remove kinds
1 parent 3f7381b commit 0826365

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/cloudflare/src/cli/build/patches/plugins/fetch-cache-wait-until.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export function patchFetchCacheSetMissingWaitUntil(updater: ContentUpdater) {
2525

2626
export const ruleForMinifiedCode = `
2727
rule:
28-
kind: return_statement
2928
pattern: return $PROMISE, $CLONED2
3029
regex: Failed to set fetch cache
3130
follows:
@@ -39,7 +38,6 @@ fix: |
3938

4039
export const ruleForNonMinifiedCode = `
4140
rule:
42-
kind: expression_statement
4341
regex: Failed to set fetch cache
4442
pattern: $PROMISE;
4543
follows:

0 commit comments

Comments
 (0)