perf: account backup

pull/9028/head
feng 2022-11-07 17:01:28 +08:00
parent 1cc983b2eb
commit b4f511a7ff
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class AccountBackupPlanSerializer(PeriodTaskSerializerMixin, BulkOrgResourceMode
fields = [
'id', 'name', 'is_periodic', 'interval', 'crontab', 'date_created',
'date_updated', 'created_by', 'periodic_display', 'comment',
'recipients', 'categories'
'recipients', 'types'
]
extra_kwargs = {
'name': {'required': True},