From dd5a84a18bc13e89b7557344138665a6d891dbe8 Mon Sep 17 00:00:00 2001 From: Taha Yassine Kraiem Date: Fri, 15 Oct 2021 09:11:41 +0200 Subject: [PATCH] feat(api): errors-queries aliases fixes --- ee/api/chalicelib/core/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/api/chalicelib/core/errors.py b/ee/api/chalicelib/core/errors.py index 90738df9b..98b5620af 100644 --- a/ee/api/chalicelib/core/errors.py +++ b/ee/api/chalicelib/core/errors.py @@ -321,7 +321,7 @@ def get_details_chart(project_id, error_id, user_id, **data): "error_id": error_id} main_ch_query = f"""\ - SELECT browser_details.error_id, + SELECT browser_details.error_id AS error_id, browsers_partition, os_partition, device_partition,