Skip to content

Commit 5f140fe

Browse files
author
Erfan Shekarchi
committed
corected logs
1 parent be5bacc commit 5f140fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ios/Fula.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1480,8 +1480,8 @@ class FulaModule: NSObject {
14801480
}
14811481
}
14821482

1483-
@objc(fetchContainerLogs:tailCount:withResolver:withRejecter:)
1484-
func fetchContainerLogs(containerName: String, tailCount: String, resolve: @escaping RCTPromiseResolveBlock, reject: @escaping RCTPromiseRejectBlock) -> Void {
1483+
@objc(fetchContainerLogs:withTailCount:withResolver:withRejecter:)
1484+
func fetchContainerLogs(containerName: String, tailCount: String, resolve: @escaping RCTPromiseResolveBlock, reject: @escaping RCTPromiseRejectBlock) {
14851485
do {
14861486
// Since fetchContainerLogs expects a String for tailCount, pass it directly
14871487
let result = try self.fula!.fetchContainerLogs(containerName, tailCount: tailCount)

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.12",
3+
"version": "1.54.13",
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)