fix: update CustomerSourceTypeWebChat to use ExternalSourceGuest and adjust related mappings

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
mlogclub
2026-04-27 18:42:04 +08:00
parent 73b78a817d
commit 9d2abcd702
2 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
package enums
const CustomerSourceTypeWebChat = ExternalSourceWebChat
const CustomerSourceTypeWebChat = ExternalSourceGuest
func GetCustomerSourceTypeLabel(sourceType ExternalSource) string {
return GetExternalSourceLabel(ExternalSource(sourceType))