We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f3f69 commit 0eefd22Copy full SHA for 0eefd22
src/finders/request/index.ts
@@ -35,7 +35,7 @@ export default function caseRequestModeFinder(
35
line_index: index,
36
key: _skey,
37
mode: _key
38
- };
+ } as IBlock;
39
}
40
return undefined;
41
@@ -49,7 +49,7 @@ export default function caseRequestModeFinder(
49
50
key: _key,
51
mode: 'property'
52
53
54
55
// Headers matching
@@ -96,7 +96,7 @@ export default function caseRequestModeFinder(
96
97
98
99
100
101
} else {
102
// Method matching
0 commit comments