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 aaf817d commit b406724Copy full SHA for b406724
packages/compass-shell/src/modules/history-storage.ts
@@ -7,7 +7,6 @@ export class HistoryStorage {
7
private migrationChecked = false;
8
9
constructor(basePath?: string) {
10
- // TODO: https://jira.mongodb.org/browse/COMPASS-7080
11
this.userData = new FileUserData(z.string().array(), 'ShellHistory', {
12
basePath,
13
});
0 commit comments