Skip to content

Commit

Permalink
Fix swiftlint error
Browse files Browse the repository at this point in the history
  • Loading branch information
mplorentz committed Feb 5, 2025
1 parent b9f34b2 commit 30152c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Nos/Service/Relay/RelaySubscriptionManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ actor RelaySubscriptionManagerActor: RelaySubscriptionManager {
}
}


/// Closes subscriptions that are supposed to close after a response but haven't returned any response for a while.
private func closeStaleSubscriptions() {
for subscription in active {
Expand Down

0 comments on commit 30152c1

Please sign in to comment.