mirror of
https://github.com/Dvorinka/PPve.git
synced 2026-06-03 20:12:59 +00:00
Add files via upload
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user