Skip to content

Commit f885f97

Browse files
committed
Fix typo in JS
1 parent 6c1eaea commit f885f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FS.common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ var RNFS = {
513513

514514
if (options.resumable) {
515515
subscriptions.push(RNFS_NativeEventEmitter.addListener('DownloadResumable', (res) => {
516-
if (res.jobId === joibId) options.resumable(res);
516+
if (res.jobId === jobId) options.resumable(res);
517517
}));
518518
}
519519

0 commit comments

Comments
 (0)