From 9c5620f28c468cb70c02925d394fe1348b97ab94 Mon Sep 17 00:00:00 2001 From: gillespi314 <73313222+gillespi314@users.noreply.github.com> Date: Tue, 24 Sep 2024 09:38:54 -0500 Subject: [PATCH] Remove todo --- server/datastore/mysql/hosts.go | 1 - 1 file changed, 1 deletion(-) diff --git a/server/datastore/mysql/hosts.go b/server/datastore/mysql/hosts.go index 6bb9f74cdbf5..ee23749de80a 100644 --- a/server/datastore/mysql/hosts.go +++ b/server/datastore/mysql/hosts.go @@ -1103,7 +1103,6 @@ func (ds *Datastore) applyHostFilters( } connectedToFleetJoin := "" - // TODO: should the first two conditions be grouped in parentheses? if opt.ConnectedToFleetFilter != nil && *opt.ConnectedToFleetFilter || opt.OSSettingsFilter.IsValid() || opt.MacOSSettingsFilter.IsValid() ||