removed unused compliance job from packet (#26456)

Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
Colton Shaw 2024-04-01 18:13:09 -04:00 committed by GitHub
parent 7def25526c
commit d447a663df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -139,7 +139,6 @@ type SupportPacket struct {
BlevePostIndexingJobs []*Job `yaml:"bleve_post_indexin_jobs"`
LdapSyncJobs []*Job `yaml:"ldap_sync_jobs"`
MigrationJobs []*Job `yaml:"migration_jobs"`
ComplianceJobs []*Job `yaml:"compliance_jobs"`
}
type FileData struct {