Commit 6f6c582
INT-1650: Fix TypeError: Property 'ssh_tunnel_port' must be of type number (#441)
* INT-1650: Fix TypeError: Property 'ssh_tunnel_port' must be of type number
The form default view is `’’` which is false-y so we were trying to set
an empty string as a number.
* ⬆️ [email protected]
mongodb-js/connection-model#87
- All logic in one place for easier DX and release management
- Refactor `connect()` so if you specify ssh tunnel options, it all
just works.
- New `status` events to enable live updating status bars @rueckstiess
would like to implement.
- This will be an `npm version major` and subsequent major of
data-service.
* ⬆️ [email protected]
* [email protected] uses standard node.js style event names
(cherry picked from commit ac08030)1 parent b20c2cc commit 6f6c582
3 files changed
+5
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
| 124 | + | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
73 | | - | |
| 71 | + | |
74 | 72 | | |
75 | 73 | | |
76 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
402 | | - | |
| 401 | + | |
| 402 | + | |
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
| |||
0 commit comments