We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af707b commit f328c95Copy full SHA for f328c95
android/src/main/java/com/mattermost/networkclient/WebSocketClientModuleImpl.kt
@@ -103,7 +103,6 @@ class WebSocketClientModuleImpl(reactApplicationContext: ReactApplicationContext
103
} catch (error: Exception) {
104
promise.reject(error)
105
}
106
-
107
108
109
fun disconnectFor(wsUrl: String, promise: Promise) {
@@ -137,7 +136,6 @@ class WebSocketClientModuleImpl(reactApplicationContext: ReactApplicationContext
137
136
138
139
140
141
142
143
/**
0 commit comments