소스 검색

Correct type of respInfo.status on IOS

Ben Hsieh 8 년 전
부모
커밋
e6690114f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/ios/RNFetchBlobNetwork.m

+ 1
- 1
src/ios/RNFetchBlobNetwork.m 파일 보기

@@ -378,7 +378,7 @@ NSOperationQueue *taskQueue;
378 378
                      @"redirects": redirects,
379 379
                      @"respType" : respType,
380 380
                      @"timeout" : @NO,
381
-                     @"status": [NSString stringWithFormat:@"%d", statusCode ]
381
+                     @"status": [NSNumber numberWithInteger:statusCode]
382 382
                     };
383 383
 
384 384
 #pragma mark - handling cookies