File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1222,7 +1222,7 @@ class FulaModule: NSObject {
12221222
12231223 @objc
12241224 func deleteDsLock( _ resolve: @escaping RCTPromiseResolveBlock , reject: @escaping RCTPromiseRejectBlock ) {
1225- let lockFilePath = ( fulaConfig. getStorePath ( ) as NSString ) . appendingPathComponent ( " LOCK " )
1225+ let lockFilePath = ( fulaConfig! . storePath as NSString ) . appendingPathComponent ( " LOCK " )
12261226 let fileManager = FileManager . default
12271227
12281228 do {
Original file line number Diff line number Diff line change 11{
22 "name" : " @functionland/react-native-fula" ,
3- "version" : " 1.54.32 " ,
3+ "version" : " 1.54.33 " ,
44 "description" : " This package is a bridge to use the Fula libp2p protocols in the react-native which is using wnfs" ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
You can’t perform that action at this time.
0 commit comments