fix: update CustomerSourceTypeWebChat to use ExternalSourceGuest and adjust related mappings
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package enums
|
||||
|
||||
const CustomerSourceTypeWebChat = ExternalSourceWebChat
|
||||
const CustomerSourceTypeWebChat = ExternalSourceGuest
|
||||
|
||||
func GetCustomerSourceTypeLabel(sourceType ExternalSource) string {
|
||||
return GetExternalSourceLabel(ExternalSource(sourceType))
|
||||
|
||||
Reference in New Issue
Block a user