Skip to content

Commit 0ba5de8

Browse files
Update src/tools/mongodb/read/collectionSearchIndexes.ts
Removing space as suggested by copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 859c7bd commit 0ba5de8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/mongodb/read/collectionSearchIndexes.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ export class CollectionSearchIndexesTool extends MongoDBToolBase {
3030
content: [
3131
{
3232
text: indexName
33-
? `Found ${indexes.length} search indexes in the collection "${collection}" with name "${indexName}":`
34-
: `Found ${indexes.length} search indexes in the collection "${collection}"`,
33+
? `Found ${indexes.length} search indexes in the collection "${collection}" with name "${indexName}":`
34+
: `Found ${indexes.length} search indexes in the collection "${collection}"`,
3535
type: "text",
3636
},
3737
...(indexes.map((indexDefinition) => {

0 commit comments

Comments
 (0)