Add files via upload

This commit is contained in:
Tomáš Dvořák
2025-05-23 11:35:19 +02:00
committed by GitHub
parent 785009ce59
commit ae12ec1797
+1 -1
View File
@@ -303,7 +303,7 @@ func processContacts(contacts []Contact) *ContactData {
for _, contact := range contacts {
// Trim whitespace and check for "Interní"
if strings.TrimSpace(contact.Name) == "Interní" {
if strings.TrimSpace(contact.Position) == "Interní" {
contact.Internal = true
data.InternalContacts = append(data.InternalContacts, contact)
} else {