mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
Update indentation
This commit is contained in:
parent
3e13eff7f4
commit
d7fc3f53b8
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user