Skip to content

Commit

Permalink
Fix evaluating undefined 'res.jobId'
Browse files Browse the repository at this point in the history
  • Loading branch information
ouabing committed Feb 20, 2020
1 parent db614b4 commit 6c1eaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNFSManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ + (BOOL)requiresMainQueueSetup
if (hasResumableCallback) {
params.resumableCallback = ^() {
if (self.bridge != nil)
[self sendEventWithName:@"DownloadResumable" body:nil];
[self sendEventWithName:@"DownloadResumable" body:@{@"jobId": jobId}];
};
}

Expand Down

0 comments on commit 6c1eaea

Please sign in to comment.