mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-05 18:47:41 +00:00
Remove Explorer.isEmulator (#256)
This commit is contained in:
@@ -4,8 +4,7 @@ import { NotificationsClient } from "./NotificationsClient";
|
||||
export default class PortalExplorerFactory {
|
||||
public createExplorer(): Explorer {
|
||||
var explorer = new Explorer({
|
||||
notificationsClient: new NotificationsClient(),
|
||||
isEmulator: false
|
||||
notificationsClient: new NotificationsClient()
|
||||
});
|
||||
|
||||
return explorer;
|
||||
|
||||
Reference in New Issue
Block a user