Skip to content

Commit ef7fdcb

Browse files
chore(format): drop the type comment too
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent ae5d163 commit ef7fdcb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

frontend/common/utils/format.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ type Person = {
44
email?: string
55
}
66

7-
/** Counts and limits are routinely absent while a query is in flight. */
87
type NullableNumber = number | null | undefined
98

109
const Format = {

0 commit comments

Comments
 (0)