From b436e5b0b0333fb456b42e18b7ee904aff0a1830 Mon Sep 17 00:00:00 2001 From: ricocorreia1 <48225826+ricocorreia1@users.noreply.github.com> Date: Tue, 1 Apr 2025 23:26:46 -0300 Subject: [PATCH] =?UTF-8?q?quando=20localiza=C3=A7=C3=A3o,=20convers=C3=A3?= =?UTF-8?q?o=20de=20degreesLatitude=20para=20string,=20o=20parametro=20con?= =?UTF-8?q?tent=20=C3=A9=20do=20tipo=20string=20nas=20chamadas=20de=20find?= =?UTF-8?q?BotByTrigger()=20em=20chatbot.controller.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/getConversationMessage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/getConversationMessage.ts b/src/utils/getConversationMessage.ts index b2522ab0..55ec1274 100644 --- a/src/utils/getConversationMessage.ts +++ b/src/utils/getConversationMessage.ts @@ -10,7 +10,7 @@ const getTypeMessage = (msg: any) => { conversation: msg?.message?.conversation, extendedTextMessage: msg?.message?.extendedTextMessage?.text, contactMessage: msg?.message?.contactMessage?.displayName, - locationMessage: msg?.message?.locationMessage?.degreesLatitude, + locationMessage: msg?.message?.locationMessage?.degreesLatitude.toString(), viewOnceMessageV2: msg?.message?.viewOnceMessageV2?.message?.imageMessage?.url || msg?.message?.viewOnceMessageV2?.message?.videoMessage?.url ||