mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-24 06:07:45 -06:00
fix: import contacts with image in chatwoot
This commit is contained in:
@@ -12,7 +12,6 @@ export interface TelemetryData {
|
||||
export const sendTelemetry = async (route: string): Promise<void> => {
|
||||
const enabled = process.env.TELEMETRY_ENABLED === undefined || process.env.TELEMETRY_ENABLED === 'true';
|
||||
|
||||
console.log('Telemetry enabled:', enabled);
|
||||
if (!enabled) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user