Skip to content

Commit 598efb2

Browse files
fix accidental remove
1 parent 434f636 commit 598efb2

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

package-lock.json

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/compass-aggregations/src/modules/search-indexes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ const reducer: Reducer<State, Action> = (state = INITIAL_STATE, action) => {
8383
export const fetchIndexes = (): PipelineBuilderThunkAction<Promise<void>> => {
8484
return async (dispatch, getState) => {
8585
const {
86+
namespace,
8687
dataService: { dataService },
8788
searchIndexes: { status },
8889
} = getState();

packages/compass-indexes/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
"@mongodb-js/mongodb-constants": "^0.14.0",
8080
"@mongodb-js/shell-bson-parser": "^1.2.0",
8181
"@mongodb-js/connection-info": "^0.17.1",
82-
"@mongodb-js/compass-utils": "^0.9.10",
8382
"bson": "^6.10.4",
8483
"compass-preferences-model": "^2.50.0",
8584
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)