Fix connecting to servers with subpath on Android (#6416)
This commit is contained in:
parent
0ea2873942
commit
f3c082d58c
1 changed files with 2 additions and 2 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -4119,7 +4119,7 @@
|
|||
},
|
||||
"node_modules/@mattermost/react-native-network-client": {
|
||||
"version": "0.1.0",
|
||||
"resolved": "git+ssh://git@github.com/mattermost/react-native-network-client.git#71fd5252acce0b3d0595401951f6509104e23f85",
|
||||
"resolved": "git+ssh://git@github.com/mattermost/react-native-network-client.git#dd7a5b76e5b75dd42f413e646777446710b420b9",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"validator": "13.7.0",
|
||||
|
|
@ -28792,7 +28792,7 @@
|
|||
"requires": {}
|
||||
},
|
||||
"@mattermost/react-native-network-client": {
|
||||
"version": "git+ssh://git@github.com/mattermost/react-native-network-client.git#71fd5252acce0b3d0595401951f6509104e23f85",
|
||||
"version": "git+ssh://git@github.com/mattermost/react-native-network-client.git#dd7a5b76e5b75dd42f413e646777446710b420b9",
|
||||
"from": "@mattermost/react-native-network-client@github:mattermost/react-native-network-client",
|
||||
"requires": {
|
||||
"validator": "13.7.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue