Skip to content

Commit 53375ce

Browse files
committed
comments
1 parent cdb80d6 commit 53375ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-shell/src/modules/history-storage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ export class HistoryStorage {
66
userData;
77

88
constructor(basePath?: string) {
9+
// TODO: https://jira.mongodb.org/browse/COMPASS-7080
910
this.userData = new FileUserData(z.string().array(), getAppName() ?? '', {
10-
// Todo: https://jira.mongodb.org/browse/COMPASS-7080
1111
basePath,
1212
});
1313
}

0 commit comments

Comments
 (0)