We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285d349 commit 784087cCopy full SHA for 784087c
packages/compass-aggregations/src/modules/search-indexes.ts
@@ -141,7 +141,7 @@ export const namespaceHasSearchIndexes = async (
141
const indexes = await dataService.getSearchIndexes(namespace);
142
return indexes.length > 0;
143
} catch {
144
- throw new Error('Error occured fetching indexes');
+ return false;
145
}
146
};
147
0 commit comments