We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e239ebc commit 6c5f579Copy full SHA for 6c5f579
src/types.ts
@@ -34,7 +34,7 @@ export interface Photo {
34
avg_color: string | null;
35
photographer: string;
36
photographer_url: string;
37
- photographer_id: string;
+ photographer_id: number;
38
liked: boolean;
39
src: {
40
original: string;
0 commit comments