Skip to content

Commit 458d60e

Browse files
authored
fix(types): correct error code for others (react-native-image-picker#1668)
1 parent 710aea3 commit 458d60e

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
@@ -43,4 +43,4 @@ export type PhotoQuality =
4343
export type MediaType = 'photo' | 'video';
4444
export type AndroidVideoOptions = 'low' | 'high';
4545
export type iOSVideoOptions = 'low' | 'medium' | 'high';
46-
export type ErrorCode = 'camera_unavailable' | 'permission' | 'other';
46+
export type ErrorCode = 'camera_unavailable' | 'permission' | 'others';

0 commit comments

Comments
 (0)