refactor: remove instrução true redundante em whatsapp_baileys_service.rb

This commit is contained in:
Rodrigo Borba 2026-01-04 14:10:45 -03:00
parent 820bc4b4fe
commit c02c5c198e

View File

@ -60,9 +60,6 @@ class Whatsapp::Providers::WhatsappBaileysService < Whatsapp::Providers::BaseSer
true
end
true
end
def send_message(recipient_id, message)
@message = message
@recipient_id = recipient_id