From cd33f445ce8727bafaedfb6e42f0965eee3d77c1 Mon Sep 17 00:00:00 2001 From: tulioperdigao <116309232+tulioperdigao@users.noreply.github.com> Date: Mon, 6 Oct 2025 13:53:04 -0300 Subject: [PATCH] =?UTF-8?q?Adiciona=20coment=C3=A1rio=20para=20a=20fun?= =?UTF-8?q?=C3=A7=C3=A3o=20de=20consulta=20de=20atendimentos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/hubsoftServices.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/hubsoftServices.js b/services/hubsoftServices.js index 29ade98..1d2a735 100644 --- a/services/hubsoftServices.js +++ b/services/hubsoftServices.js @@ -12,6 +12,8 @@ async function getAuthToken() { } } +// Função para consultar atendimentos + const consultarAtendimento = async () => { try { const token = await getAuthToken();