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

Commit 818c96a

Browse files
committed
Change response data handling #154
1 parent 3be2c2c commit 818c96a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ios/RNFetchBlobNetwork.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,8 @@ - (void) URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didCom
449449
{
450450
errMsg = [error localizedDescription];
451451
}
452-
else
453-
{
452+
// else
453+
// {
454454
if(respFile == YES)
455455
{
456456
[writeStream close];
@@ -489,7 +489,7 @@ - (void) URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didCom
489489
}
490490
}
491491
}
492-
}
492+
// }
493493

494494
callback(@[ errMsg, rnfbRespType, respStr]);
495495

0 commit comments

Comments
 (0)