Skip to content

Commit 7b3edc0

Browse files
committed
fix: change song year type to number
1 parent b7ecfd9 commit 7b3edc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/songs/models/song.model.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const SongAPIResponseModel = z.object({
1212
perma_url: z.string(),
1313
image: z.string(),
1414
language: z.string(),
15-
year: z.string(),
15+
year: z.number(),
1616
play_count: z.string(),
1717
explicit_content: z.string(),
1818
list_count: z.string(),

0 commit comments

Comments
 (0)