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