mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-06-12 23:47:29 +01:00
Fixing test
This commit is contained in:
@@ -469,8 +469,7 @@ export default class Explorer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private async generateConversationToken() {
|
private async generateConversationToken() {
|
||||||
if (userContext.databaseAccount === undefined || !userContext.databaseAccount.id === undefined) {
|
if (userContext.databaseAccount === undefined || userContext.databaseAccount.id === undefined) {
|
||||||
console.error("Database account not set");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user