mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-16 12:12:55 -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
|
axios
|
||||||
.post('https://log.evolution-api.com/telemetry', telemetry)
|
.post('https://log.evolution-api.com/telemetry', telemetry)
|
||||||
.then(() => {})
|
.then(() => {})
|
||||||
.catch((error) => {
|
.catch(() => {});
|
||||||
console.error('Telemetry error', error);
|
|
||||||
});
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user