Skip to content

Commit 6c5f579

Browse files
authored
fix: photographer_id's correct type is number (#37)
1 parent e239ebc commit 6c5f579

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
@@ -34,7 +34,7 @@ export interface Photo {
3434
avg_color: string | null;
3535
photographer: string;
3636
photographer_url: string;
37-
photographer_id: string;
37+
photographer_id: number;
3838
liked: boolean;
3939
src: {
4040
original: string;

0 commit comments

Comments
 (0)