Skip to content

Commit

Permalink
test: replace console error with warning to fix automation scenario (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykBuniX authored Jan 15, 2024
1 parent 7ccc4b6 commit 5c08f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/conversation/ConversationRepository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1735,7 +1735,7 @@ export class ConversationRepository {
const otherUserId = this.getUserIdOf1to1Conversation(conversation);

if (!otherUserId) {
this.logger.error(`Could not find other user id in 1:1 conversation ${conversation.id}`);
this.logger.warn(`Could not find other user id in 1:1 conversation ${conversation.id}`);
return conversation;
}

Expand Down

0 comments on commit 5c08f33

Please sign in to comment.