Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepmdk committed Sep 8, 2023
1 parent 8792382 commit 00718d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/isReportMessageAttachment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ type IsReportMessageAttachmentParams = {
* @param reportActionMessage report action's message as text, html and translationKey
*/
export default function isReportMessageAttachment({text, html, translationKey}: IsReportMessageAttachmentParams): boolean {

if (!text || !html) {
return false;
}
Expand Down

0 comments on commit 00718d8

Please sign in to comment.