fix: import contacts with image in chatwoot

This commit is contained in:
Davidson Gomes
2024-08-08 22:09:23 -03:00
parent 55d37250aa
commit 4d9f6ef416
5 changed files with 95 additions and 20 deletions

View File

@@ -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;
}