We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90146b6 + 90640b7 commit 9acda07Copy full SHA for 9acda07
1 file changed
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