feat(chalice): get error details fixed empty-default-value for error tags
This commit is contained in:
parent
b56d39d57f
commit
34b229ee15
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue