Skip to content

Commit

Permalink
Fix typo in JS
Browse files Browse the repository at this point in the history
  • Loading branch information
ouabing committed Feb 20, 2020
1 parent 6c1eaea commit f885f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FS.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ var RNFS = {

if (options.resumable) {
subscriptions.push(RNFS_NativeEventEmitter.addListener('DownloadResumable', (res) => {
if (res.jobId === joibId) options.resumable(res);
if (res.jobId === jobId) options.resumable(res);
}));
}

Expand Down

0 comments on commit f885f97

Please sign in to comment.