Skip to content

Commit 9e7c3e7

Browse files
committed
fix: change connectedAt type from Date to string in User type definition
1 parent d3f07e1 commit 9e7c3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/auth/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export type User = {
22
id: string
33
name: string
4-
connectedAt?: Date
4+
connectedAt?: string
55
imageURL?: string
66
streak?: number
77
}

0 commit comments

Comments
 (0)