Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 820808c

Browse files
committed
Add missing comma #96
1 parent 1f67abb commit 820808c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ type RNFetchBlobResponseInfo = {
4747
state : number,
4848
headers : any,
4949
status : number,
50-
respType : 'text' | 'blob' | '' | 'json'
50+
respType : 'text' | 'blob' | '' | 'json',
5151
rnfbEncode : 'path' | 'base64' | 'ascii' | 'utf8'
5252
}
5353

0 commit comments

Comments
 (0)