Skip to content

Commit

Permalink
corected logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Erfan Shekarchi committed Apr 4, 2024
1 parent be5bacc commit 5f140fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ios/Fula.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1480,8 +1480,8 @@ class FulaModule: NSObject {
}
}

@objc(fetchContainerLogs:tailCount:withResolver:withRejecter:)
func fetchContainerLogs(containerName: String, tailCount: String, resolve: @escaping RCTPromiseResolveBlock, reject: @escaping RCTPromiseRejectBlock) -> Void {
@objc(fetchContainerLogs:withTailCount:withResolver:withRejecter:)
func fetchContainerLogs(containerName: String, tailCount: String, resolve: @escaping RCTPromiseResolveBlock, reject: @escaping RCTPromiseRejectBlock) {
do {
// Since fetchContainerLogs expects a String for tailCount, pass it directly
let result = try self.fula!.fetchContainerLogs(containerName, tailCount: tailCount)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@functionland/react-native-fula",
"version": "1.54.12",
"version": "1.54.13",
"description": "This package is a bridge to use the Fula libp2p protocols in the react-native which is using wnfs",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 5f140fe

Please sign in to comment.