Skip to content

Commit

Permalink
Merge pull request #447 from intersective/bugfix/CORE-6617/chat-messa…
Browse files Browse the repository at this point in the history
…ges-not-appearing-in-real-time

[CORE-6617] testign code
  • Loading branch information
sasangachathumal committed Jun 18, 2024
2 parents 780d3c4 + bc649b8 commit fbb0d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/chat/chat-room/chat-room.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export class ChatRoomComponent {
*/
getMessageFromEvent(data): Message {
console.log('====1===1', data);
if (data) {
if (!data) {
return null;
}
const receivedMessage: Message = {
Expand Down

0 comments on commit fbb0d4b

Please sign in to comment.