From 003bb9f4e1d2ef4c21683886183b90cf07bce6ed Mon Sep 17 00:00:00 2001 From: Taha Yassine Kraiem Date: Wed, 9 Mar 2022 17:56:53 +0100 Subject: [PATCH] feat(api): fixed typo --- api/chalicelib/core/events.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/chalicelib/core/events.py b/api/chalicelib/core/events.py index c93cb9917..7abaa4fe9 100644 --- a/api/chalicelib/core/events.py +++ b/api/chalicelib/core/events.py @@ -19,7 +19,6 @@ def get_customs_by_sessionId2_pg(session_id, project_id): {"project_id": project_id, "session_id": session_id}) ) rows = cur.fetchall() - rows = cur.fetchall() return helper.dict_to_camel_case(rows)