There was an error while loading. Please reload this page.
1 parent 492f234 commit 1f65276Copy full SHA for 1f65276
1 file changed
src/common-utils/src/data-type.ts
@@ -25,7 +25,6 @@ function isWkt(value: unknown): boolean {
25
return false;
26
}
27
28
- // Quick structural checks to avoid regex work for typical strings.
29
if (!s.includes('(') || !s.includes(')')) {
30
31
0 commit comments