correções em drive

This commit is contained in:
Luiz Silva 2024-08-22 16:36:22 -03:00
parent 3e0e3428d8
commit b67c2dd85d
10 changed files with 161 additions and 78 deletions

View file

@ -29,7 +29,7 @@ export const validarToken = async ({
.catch(() => "erro" as const)
return resposta
} catch (e) {
} catch (_e) {
return "erro"
}
}