From 341eeb469e08e5ffd891fca89aba1653a731e41a Mon Sep 17 00:00:00 2001 From: Ron Radtke Date: Mon, 4 Dec 2023 20:56:57 +0100 Subject: [PATCH] fixes #319 --- ios/ReactNativeBlobUtilRequest.mm | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ios/ReactNativeBlobUtilRequest.mm b/ios/ReactNativeBlobUtilRequest.mm index da0bf2bd..7792ce9b 100644 --- a/ios/ReactNativeBlobUtilRequest.mm +++ b/ios/ReactNativeBlobUtilRequest.mm @@ -473,8 +473,7 @@ - (void) URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didCom @{ @"status": [NSNumber numberWithInteger:[response statusCode]] } - ]); - ]); + ]); respData = nil; receivedBytes = 0; diff --git a/package.json b/package.json index b8f2f775..d8cf15f9 100644 --- a/package.json +++ b/package.json @@ -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": {