Skip to content

Commit 64ce7cd

Browse files
escape brackets in comment
1 parent a2d3f5c commit 64ce7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lib/getFeatures/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export interface WfsParameters extends QueryParameters {
6161
useRightHandWildcard?: boolean
6262
/** custom attributes for the like operators in filters */
6363
likeFilterAttributes?: Record<string, string>
64-
/** Sorting definition for WFS features; e.g. [{ propertyName: 'name', direction: 'DESC' }] */
64+
/** Sorting definition for WFS features; e.g. [\{ propertyName: 'name', direction: 'DESC' \}] */
6565
sortBy?: { propertyName: string; direction?: 'ASC' | 'DESC' }[]
6666
}
6767

0 commit comments

Comments
 (0)