Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
[iOS] Remove useless switch.
Browse files Browse the repository at this point in the history
  • Loading branch information
qianyuan.wqy committed Sep 30, 2019
1 parent 3919fdb commit 97840a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/sdk/WeexSDK/Sources/Loader/WXResourceLoader.m
Expand Up @@ -140,7 +140,7 @@ - (void)request:(WXResourceRequest *)request didReceiveResponse:(WXResourceRespo
WXLogDebug(@"request:%@ didReceiveResponse:%@ ", request, response);

_response = response;
_data = nil
_data = nil;

if (self.onResponseReceived) {
self.onResponseReceived(response);
Expand Down

0 comments on commit 97840a1

Please sign in to comment.