Skip to content

Commit 2b434bb

Browse files
committed
Lint
1 parent a94fb06 commit 2b434bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/methods/photos/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const getRandom = {
4949
featured?: boolean;
5050
username?: string;
5151
query?: string;
52-
contentFilter?: 'low' | 'high',
52+
contentFilter?: 'low' | 'high';
5353
count?: number;
5454
} & OrientationParam = {}) => ({
5555
pathname: `${PHOTOS_PATH_PREFIX}/random`,

0 commit comments

Comments
 (0)