We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5dd3e commit 1b0779dCopy full SHA for 1b0779d
packages/lib/getFeatures/wfs/match.ts
@@ -109,7 +109,7 @@ export const match = (
109
const uninterpretedCharacters: number[] = []
110
patterns.forEach((pattern) => {
111
const patternBlocks = getBlocks(pattern)
112
- const patternMapping: Array<[string, string]> = []
+ const patternMapping: KeyValueSetArray[number] = []
113
let traverseInput = inputValue
114
115
patternBlocks.forEach((block) => {
0 commit comments