Remove duplicate keys

This commit is contained in:
David McDonald
2021-01-19 14:01:51 +00:00
parent c1a77eefa1
commit c20fb8abce

View File

@@ -318,12 +318,10 @@ class DetailedServiceSchema(BaseSchema):
'broadcast_messages', 'broadcast_messages',
'contact_list', 'contact_list',
'created_by', 'created_by',
'created_by',
'crown', 'crown',
'email_branding', 'email_branding',
'email_from', 'email_from',
'guest_list', 'guest_list',
'guest_list',
'inbound_api', 'inbound_api',
'inbound_number', 'inbound_number',
'inbound_sms', 'inbound_sms',
@@ -344,7 +342,6 @@ class DetailedServiceSchema(BaseSchema):
'template_statistics', 'template_statistics',
'templates', 'templates',
'users', 'users',
'users',
'version', 'version',
) )