mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
Android: Add android platform to the "generate MDM stats" cron job (#26621)
This commit is contained in:
parent
d04ae6cee1
commit
949dbbd8c3
1 changed files with 1 additions and 2 deletions
|
|
@ -4156,8 +4156,7 @@ func (ds *Datastore) AggregatedMDMSolutions(ctx context.Context, teamID *uint, p
|
|||
|
||||
func (ds *Datastore) GenerateAggregatedMunkiAndMDM(ctx context.Context) error {
|
||||
var (
|
||||
// TODO(android): add android to this list?
|
||||
platforms = []string{"", "darwin", "windows", "ios", "ipados"}
|
||||
platforms = []string{"", "darwin", "windows", "ios", "ipados", "android"}
|
||||
teamIDs []uint
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue