Fixing test

This commit is contained in:
Bala Lakshmi Narayanasami
2022-07-20 20:25:41 +05:30
parent 3b27975895
commit fac33509f5

View File

@@ -469,8 +469,7 @@ export default class Explorer {
}
private async generateConversationToken() {
if (userContext.databaseAccount === undefined || !userContext.databaseAccount.id === undefined) {
console.error("Database account not set");
if (userContext.databaseAccount === undefined || userContext.databaseAccount.id === undefined) {
return;
}
try {