Update indentation

This commit is contained in:
beeankha 2019-03-21 16:14:56 -04:00
parent 3e13eff7f4
commit d7fc3f53b8

View File

@ -4624,7 +4624,7 @@ class NotificationTemplateSerializer(BaseSerializer):
attrs['notification_configuration'][field] = params['default']
else:
missing_fields.append(field)
continue
continue
field_val = attrs['notification_configuration'][field]
field_type = params['type']
expected_types = self.type_map[field_type]