Skip to content

Commit 6fa9ae3

Browse files
authored
chore(shell-api): remove unused ShellInternalState uri property (#789)
1 parent 7d6b572 commit 6fa9ae3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/shell-api/src/shell-internal-state.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ export default class ShellInternalState {
106106
public messageBus: MongoshBus;
107107
public asyncWriter: { process(code: string): string };
108108
public initialServiceProvider: ServiceProvider; // the initial service provider
109-
public uri: string | null;
110109
public connectionInfo: any;
111110
public context: any;
112111
public mongos: Mongo[];
@@ -135,7 +134,6 @@ export default class ShellInternalState {
135134
} else {
136135
this.currentDb = new NoDatabase() as Database;
137136
}
138-
this.uri = null;
139137
this.currentCursor = null;
140138
this.context = {};
141139
this.cliOptions = cliOptions;

0 commit comments

Comments
 (0)