Skip to content

Commit

Permalink
Clean up unneeded dataProxy check line
Browse files Browse the repository at this point in the history
  • Loading branch information
tagavari committed Jul 30, 2022
1 parent 644b5f1 commit 8369086
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AirMessage/Connection/ConnectionManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,6 @@ class ConnectionManager {
guard client.isConnected.value else { return }

//Send an error
guard let dataProxy = dataProxy else { return }
sendFailedRequest(withCode: .io)
return
}
Expand Down

0 comments on commit 8369086

Please sign in to comment.