Skip to content

Commit

Permalink
lint space fix
Browse files Browse the repository at this point in the history
  • Loading branch information
heyanuja committed Oct 7, 2024
1 parent 1872b1a commit 93c0479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@ searchApi.roomMessages = async (caller, { query, roomId, uid }) => {
})
.filter(msg => msg && !msg.deleted && msg.timestamp > userjoinTimestamp);
return { messages: messageData };
};
};

0 comments on commit 93c0479

Please sign in to comment.