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();