Skip to content

Commit 341eeb4

Browse files
Ron RadtkeRon Radtke
Ron Radtke
authored and
Ron Radtke
committed
fixes #319
1 parent ed20986 commit 341eeb4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ios/ReactNativeBlobUtilRequest.mm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,7 @@ - (void) URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didCom
473473
@{
474474
@"status": [NSNumber numberWithInteger:[response statusCode]]
475475
}
476-
]);
477-
]);
476+
]);
478477

479478
respData = nil;
480479
receivedBytes = 0;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-blob-util",
3-
"version": "0.19.5",
3+
"version": "0.19.6",
44
"description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
55
"main": "index",
66
"scripts": {

0 commit comments

Comments
 (0)