BUGFIX: Don't send Server contacts to the UI
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Sarah Jamie Lewis 2021-04-23 12:31:15 -07:00
parent b05c734ab7
commit 3985b350f8
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ func (eh *EventHandler) handleAppBusEvent(e *event.Event) string {
if err == nil {
servers = append(servers, groupHandler.GetServerInfo(contact, profile))
}
continue
}
contactInfo := profile.GetContact(contact)