Skip to content

Commit 824ea47

Browse files
committed
add ticket number
1 parent 7731cd8 commit 824ea47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-repl/src/mongosh-repl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function transformAutocompleteResults(
140140
line: string,
141141
results: { result: string }[]
142142
): [string[], string] | [string[], string, 'exclusive'] {
143-
// TODO: actually use 'exclusive' when we should
143+
// TODO(MONGOSH-2206): actually use 'exclusive' when we should
144144
return [results.map((result) => result.result), line];
145145
}
146146

0 commit comments

Comments
 (0)