chore: Fix build

This commit is contained in:
iamsivin
2025-05-26 12:50:26 +05:30
parent 0862277564
commit 2ff71c21e6
@@ -47,7 +47,7 @@ class Messages::ForwardedMessageBuilderService
end
def forwarded_attachments
forwarded_message.attachments if forwarded_message&.attachments&.present?
forwarded_message.attachments if forwarded_message&.attachments.present?
end
private