Skip to content

Commit

Permalink
Merge pull request #1118 from WalletConnect/hotfix/cocoapods-build-error
Browse files Browse the repository at this point in the history
[Cocoapods] WalletConnectUtils link removed
  • Loading branch information
flypaper0 committed Sep 19, 2023
2 parents 97fb8d3 + 7b2f212 commit b9dbd07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/WalletConnectUtils/Logger/ConsoleLogger.swift
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ extension ConsoleLogger: ConsoleLogging {

#if DEBUG
public struct ConsoleLoggerMock: ConsoleLogging {
public var logsPublisher: AnyPublisher<WalletConnectUtils.Log, Never> {
return PassthroughSubject<WalletConnectUtils.Log, Never>().eraseToAnyPublisher()
public var logsPublisher: AnyPublisher<Log, Never> {
return PassthroughSubject<Log, Never>().eraseToAnyPublisher()
}

public init() {}
Expand Down

0 comments on commit b9dbd07

Please sign in to comment.