Skip to content

Commit

Permalink
fixes #319
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron Radtke authored and Ron Radtke committed Dec 4, 2023
1 parent ed20986 commit 341eeb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions ios/ReactNativeBlobUtilRequest.mm
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,7 @@ - (void) URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didCom
@{
@"status": [NSNumber numberWithInteger:[response statusCode]]
}
]);
]);
]);

respData = nil;
receivedBytes = 0;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-blob-util",
"version": "0.19.5",
"version": "0.19.6",
"description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
"main": "index",
"scripts": {
Expand Down

0 comments on commit 341eeb4

Please sign in to comment.