changelog

This commit is contained in:
Davidson Gomes 2024-08-08 19:22:36 -03:00
parent e3ba803247
commit a49b1e5ac4

View File

@ -19,7 +19,5 @@ export const sendTelemetry = async (route: string): Promise<void> => {
axios
.post('https://log.evolution-api.com/telemetry', telemetry)
.then(() => {})
.catch((error) => {
console.error('Telemetry error', error);
});
.catch(() => {});
};