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 7d6b572 commit 6fa9ae3Copy full SHA for 6fa9ae3
packages/shell-api/src/shell-internal-state.ts
@@ -106,7 +106,6 @@ export default class ShellInternalState {
106
public messageBus: MongoshBus;
107
public asyncWriter: { process(code: string): string };
108
public initialServiceProvider: ServiceProvider; // the initial service provider
109
- public uri: string | null;
110
public connectionInfo: any;
111
public context: any;
112
public mongos: Mongo[];
@@ -135,7 +134,6 @@ export default class ShellInternalState {
135
134
} else {
136
this.currentDb = new NoDatabase() as Database;
137
}
138
- this.uri = null;
139
this.currentCursor = null;
140
this.context = {};
141
this.cliOptions = cliOptions;
0 commit comments