Skip to content

Commit 6b3b0ab

Browse files
grylanceIgnigena
authored andcommitted
Fix path argument in iOS excludeFromBackupKey (wkh237#473)
1 parent 67649da commit 6b3b0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function openDocument(path:string, scheme:string) {
4343
* @param {string} url URL of the resource, only file URL is supported
4444
* @return {Promise}
4545
*/
46-
function excludeFromBackupKey(url:string) {
46+
function excludeFromBackupKey(path:string) {
4747
return RNFetchBlob.excludeFromBackupKey('file://' + path);
4848
}
4949

0 commit comments

Comments
 (0)