Skip to content

Commit 1f65276

Browse files
committed
Remove unnecessary comment in data-type.ts
Removed comment about structural checks for strings. Signed-off-by: bdjulbic <bdjulbic@foursquare.com>
1 parent 492f234 commit 1f65276

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/common-utils/src/data-type.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ function isWkt(value: unknown): boolean {
2525
return false;
2626
}
2727

28-
// Quick structural checks to avoid regex work for typical strings.
2928
if (!s.includes('(') || !s.includes(')')) {
3029
return false;
3130
}

0 commit comments

Comments
 (0)