Commit 1676135
authored
fix(@mongodb-js/compass-schema-validation): Pass full namespace to
* fix(mongodb-data-service): Change merge order to restore pre-typescript method behavior
* fix(@mongodb-js/compass-schema-validation, mongodb-data-service): Pass full namespace to the updateCommand; Add comments explaining why the order of args is important
* chore(mongodb-data-service): One "explicitly" is more than enough
* chore: More typo fixesupdateCollection instead of passing collMod option (#2426)1 parent 81afb35 commit 1676135
File tree
2 files changed
+8
-4
lines changed- packages
- compass-schema-validation/src/modules
- data-service/src
2 files changed
+8
-4
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
474 | | - | |
| 474 | + | |
475 | 475 | | |
476 | | - | |
477 | 476 | | |
478 | 477 | | |
479 | 478 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1102 | 1102 | | |
1103 | 1103 | | |
1104 | 1104 | | |
1105 | | - | |
| 1105 | + | |
| 1106 | + | |
| 1107 | + | |
| 1108 | + | |
1106 | 1109 | | |
1107 | 1110 | | |
1108 | 1111 | | |
1109 | 1112 | | |
| 1113 | + | |
| 1114 | + | |
1110 | 1115 | | |
1111 | | - | |
1112 | 1116 | | |
| 1117 | + | |
1113 | 1118 | | |
1114 | 1119 | | |
1115 | 1120 | | |
| |||
0 commit comments