Fixing test

This commit is contained in:
Bala Lakshmi Narayanasami
2022-07-20 20:25:41 +05:30
parent 3b27975895
commit fac33509f5
+1 -2
View File
@@ -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 {