refactor: remove ExternalType from CustomerIdentity and related structures
This commit is contained in:
@@ -744,7 +744,6 @@ func (s *conversationService) LinkConversationCustomer(conversationID, customerI
|
||||
} else {
|
||||
idRow := &models.CustomerIdentity{
|
||||
CustomerID: customerID,
|
||||
ExternalType: enums.ExternalTypeGuest,
|
||||
ExternalSource: enums.ExternalSource(extSrc),
|
||||
ExternalID: extID,
|
||||
Status: enums.StatusOk,
|
||||
|
||||
Reference in New Issue
Block a user