feat(chalice): get error details fixed empty-default-value for error tags

This commit is contained in:
Taha Yassine Kraiem 2022-10-17 11:14:14 +02:00
parent b56d39d57f
commit 34b229ee15

View file

@ -135,7 +135,7 @@ def get_details(project_id, error_id, user_id, **data):
country_partition,
chart24,
chart30,
COALESCE(tags,'{{}}')::jsonb AS custom_tags
COALESCE(tags,'[]')::jsonb AS custom_tags
FROM (SELECT error_id,
name,
message,