Android: Add android platform to the "generate MDM stats" cron job (#26621)

This commit is contained in:
Martin Angers 2025-03-03 08:55:12 -05:00 committed by GitHub
parent d04ae6cee1
commit 949dbbd8c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
)