correções em drive
This commit is contained in:
parent
3e0e3428d8
commit
b67c2dd85d
10 changed files with 161 additions and 78 deletions
|
|
@ -21,7 +21,7 @@ const validarToken = async ({ ambiente, post, }) => {
|
|||
.catch(() => "erro");
|
||||
return resposta;
|
||||
}
|
||||
catch (e) {
|
||||
catch (_e) {
|
||||
return "erro";
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue