We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd4268 commit bc97d5dCopy full SHA for bc97d5d
intercom/traits/api_resource.py
@@ -23,7 +23,7 @@ def custom_attribute_field(attribute):
23
24
deftyped_value(value):
25
has_type=hasattr(value, 'keys') and'type'invalue
26
-is_type_none=value.get('type') isNone
+is_type_none=has_typeandvalue.get('type') isNone
27
returnhas_typeandnotis_type_none
28
29
0 commit comments