We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94fb06 commit 2b434bbCopy full SHA for 2b434bb
1 file changed
src/methods/photos/index.ts
@@ -49,7 +49,7 @@ export const getRandom = {
49
featured?: boolean;
50
username?: string;
51
query?: string;
52
- contentFilter?: 'low' | 'high',
+ contentFilter?: 'low' | 'high';
53
count?: number;
54
} & OrientationParam = {}) => ({
55
pathname: `${PHOTOS_PATH_PREFIX}/random`,
0 commit comments