Skip to content

Commit f328c95

Browse files
committed
chore: remove unneeded changes
1 parent 5af707b commit f328c95

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

android/src/main/java/com/mattermost/networkclient/WebSocketClientModuleImpl.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ class WebSocketClientModuleImpl(reactApplicationContext: ReactApplicationContext
103103
} catch (error: Exception) {
104104
promise.reject(error)
105105
}
106-
107106
}
108107

109108
fun disconnectFor(wsUrl: String, promise: Promise) {
@@ -137,7 +136,6 @@ class WebSocketClientModuleImpl(reactApplicationContext: ReactApplicationContext
137136
} catch (error: Exception) {
138137
promise.reject(error)
139138
}
140-
141139
}
142140

143141
/**

0 commit comments

Comments
 (0)