mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-15 19:52:54 -06:00
changelog
This commit is contained in:
parent
e3ba803247
commit
a49b1e5ac4
@ -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(() => {});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user