Adiciona comentário para a função de consulta de atendimentos

This commit is contained in:
tulioperdigao 2025-10-06 13:53:04 -03:00
parent fa3fae2202
commit cd33f445ce

View File

@ -12,6 +12,8 @@ async function getAuthToken() {
} }
} }
// Função para consultar atendimentos
const consultarAtendimento = async () => { const consultarAtendimento = async () => {
try { try {
const token = await getAuthToken(); const token = await getAuthToken();