We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ae3139 + da8774c commit 90640b7Copy full SHA for 90640b7
src/api/integrations/chatbot/chatwoot/utils/chatwoot-import-helper.ts
@@ -137,7 +137,7 @@ class ChatwootImport {
137
DO UPDATE SET
138
name = EXCLUDED.name,
139
phone_number = EXCLUDED.phone_number,
140
- identifier = EXCLUDED.identifier`;
+ updated_at = NOW()`;
141
142
totalContactsImported += (await pgClient.query(sqlInsert, bindInsert))?.rowCount ?? 0;
143
0 commit comments