Skip to content

Commit

Permalink
Remove RequestBroadcast condition (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
ialimz authored Jun 16, 2024
1 parent 1e94006 commit 55fed79
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Sources/NetShears/NetShears.swift
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,7 @@ public final class NetShears: NSObject {
RequestStorage.shared.newRequestArrived(request)
}

if listenerEnable {
RequestBroadcast.shared.newRequestArrived(request)
}
RequestBroadcast.shared.newRequestArrived(request)
}

public func addGRPC(url: String,
Expand Down

0 comments on commit 55fed79

Please sign in to comment.