Skip to content

Commit 310580b

Browse files
committed
date isnt like iso date
1 parent 3a787ee commit 310580b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export interface Episode {
88
id: string
99
isPermaLink: boolean
1010
}
11-
pubDate: Date
11+
pubDate: string
1212
enclosures: {
1313
url: string
1414
length: number

0 commit comments

Comments
 (0)