diff --git a/intercom/traits/api_resource.py b/intercom/traits/api_resource.py index af929846..9fcdcfbc 100644 --- a/intercom/traits/api_resource.py +++ b/intercom/traits/api_resource.py @@ -14,7 +14,7 @@ def type_field(attribute): def timestamp_field(attribute): - return attribute.endswith('_at') + return attribute.endswith('_at') or attribute == "waiting_since" def custom_attribute_field(attribute):