Skip to content

Commit b406724

Browse files
committed
rm todo
1 parent aaf817d commit b406724

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export class HistoryStorage {
77
private migrationChecked = false;
88

99
constructor(basePath?: string) {
10-
// TODO: https://jira.mongodb.org/browse/COMPASS-7080
1110
this.userData = new FileUserData(z.string().array(), 'ShellHistory', {
1211
basePath,
1312
});

0 commit comments

Comments
 (0)