Skip to content

Commit b49e51c

Browse files
committed
updated swift
1 parent c11ef19 commit b49e51c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ios/Fula.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)