mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-22 10:21:37 +00:00
Remove Explorer.isEmulator (#256)
This commit is contained in:
@@ -4,8 +4,7 @@ import { NotificationsClient } from "./NotificationsClient";
|
||||
export default class HostedExplorerFactory {
|
||||
public createExplorer(): Explorer {
|
||||
const explorer = new Explorer({
|
||||
notificationsClient: new NotificationsClient(),
|
||||
isEmulator: false
|
||||
notificationsClient: new NotificationsClient()
|
||||
});
|
||||
|
||||
return explorer;
|
||||
|
||||
Reference in New Issue
Block a user