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 {
|
for _, contact := range contacts {
|
||||||
// Trim whitespace and check for "Interní"
|
// Trim whitespace and check for "Interní"
|
||||||
if strings.TrimSpace(contact.Name) == "Interní" {
|
if strings.TrimSpace(contact.Position) == "Interní" {
|
||||||
contact.Internal = true
|
contact.Internal = true
|
||||||
data.InternalContacts = append(data.InternalContacts, contact)
|
data.InternalContacts = append(data.InternalContacts, contact)
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user