From 3a41ca102b9cf4ea61f82d2d39eff4d8036a35a7 Mon Sep 17 00:00:00 2001 From: Taha Yassine Kraiem Date: Mon, 3 Oct 2022 16:59:11 +0200 Subject: [PATCH] feat(chalice): error-tags --- api/chalicelib/core/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/chalicelib/core/errors.py b/api/chalicelib/core/errors.py index 85e063f74..372de1ae4 100644 --- a/api/chalicelib/core/errors.py +++ b/api/chalicelib/core/errors.py @@ -122,7 +122,7 @@ def get_details(project_id, error_id, user_id, **data): country_partition, chart24, chart30, - tags AS custom_tags + COALESCE(tags,'{{}}')::jsonb AS custom_tags FROM (SELECT error_id, name, message,