Skip to content

Commit 9acda07

Browse files
authored
Merge branch 'EvolutionAPI:develop' into develop
2 parents 90146b6 + 90640b7 commit 9acda07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/integrations/chatbot/chatwoot/utils/chatwoot-import-helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ class ChatwootImport {
137137
DO UPDATE SET
138138
name = EXCLUDED.name,
139139
phone_number = EXCLUDED.phone_number,
140-
identifier = EXCLUDED.identifier`;
140+
updated_at = NOW()`;
141141

142142
totalContactsImported += (await pgClient.query(sqlInsert, bindInsert))?.rowCount ?? 0;
143143

0 commit comments

Comments
 (0)