Skip to content

Commit 1b0779d

Browse files
Deduplicate types
Co-authored-by: Dennis Sen <[email protected]>
1 parent ef5dd3e commit 1b0779d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lib/getFeatures/wfs/match.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const match = (
109109
const uninterpretedCharacters: number[] = []
110110
patterns.forEach((pattern) => {
111111
const patternBlocks = getBlocks(pattern)
112-
const patternMapping: Array<[string, string]> = []
112+
const patternMapping: KeyValueSetArray[number] = []
113113
let traverseInput = inputValue
114114

115115
patternBlocks.forEach((block) => {

0 commit comments

Comments
 (0)