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

@ -15,7 +15,7 @@ export const validarToken = async ({ ambiente, post, }) => {
.catch(() => "erro");
return resposta;
}
catch (e) {
catch (_e) {
return "erro";
}
};