File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -332,6 +332,7 @@ export class ChannelStartupService {
332332 this . logger . verbose ( `Chatwoot sign delimiter: ${ data . sign_delimiter } ` ) ;
333333 this . logger . verbose ( `Chatwoot reopen conversation: ${ data . reopen_conversation } ` ) ;
334334 this . logger . verbose ( `Chatwoot conversation pending: ${ data . conversation_pending } ` ) ;
335+ this . logger . verbose ( `Chatwoot merge brazil contacts: ${ data . merge_brazil_contacts } ` ) ;
335336 this . logger . verbose ( `Chatwoot import contacts: ${ data . import_contacts } ` ) ;
336337 this . logger . verbose ( `Chatwoot import messages: ${ data . import_messages } ` ) ;
337338 this . logger . verbose ( `Chatwoot days limit import messages: ${ data . days_limit_import_messages } ` ) ;
@@ -360,7 +361,7 @@ export class ChannelStartupService {
360361 this . logger . verbose ( `Chatwoot sign delimiter: ${ data . sign_delimiter } ` ) ;
361362 this . logger . verbose ( `Chatwoot reopen conversation: ${ data . reopen_conversation } ` ) ;
362363 this . logger . verbose ( `Chatwoot conversation pending: ${ data . conversation_pending } ` ) ;
363- this . logger . verbose ( `Chatwoot merge brazilian contacts: ${ data . import_contacts } ` ) ;
364+ this . logger . verbose ( `Chatwoot merge brazilian contacts: ${ data . merge_brazil_contacts } ` ) ;
364365 this . logger . verbose ( `Chatwoot import contacts: ${ data . import_contacts } ` ) ;
365366 this . logger . verbose ( `Chatwoot import messages: ${ data . import_messages } ` ) ;
366367 this . logger . verbose ( `Chatwoot days limit import messages: ${ data . days_limit_import_messages } ` ) ;
You can’t perform that action at this time.
0 commit comments