From 746d7a04eb9587940c0225ab7f25c2913bbf19e6 Mon Sep 17 00:00:00 2001 From: Kraiem Taha Yassine Date: Fri, 15 Nov 2024 15:37:57 +0100 Subject: [PATCH] Dev (#2752) * fix(chalice): fixed Math-operators validation refactor(chalice): search for sessions that have events for heatmaps * refactor(chalice): search for sessions that have at least 1 location event for heatmaps * fix(chalice): fixed Math-operators validation refactor(chalice): search for sessions that have events for heatmaps * refactor(chalice): search for sessions that have at least 1 location event for heatmaps * feat(chalice): autocomplete return top 10 with stats * fix(chalice): fixed autocomplete top 10 meta-filters * fix(chalice): fixed typo in modules --- api/schemas/schemas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/schemas/schemas.py b/api/schemas/schemas.py index 617f8b5ea..a203748fd 100644 --- a/api/schemas/schemas.py +++ b/api/schemas/schemas.py @@ -1570,7 +1570,7 @@ class ModuleType(str, Enum): BUG_REPORTS = "bug-reports" OFFLINE_RECORDINGS = "offline-recordings" ALERTS = "alerts" - ASSIST_STATTS = "assist-statts" + ASSIST_STATS = "assist-stats" RECOMMENDATIONS = "recommendations" FEATURE_FLAGS = "feature-flags" USABILITY_TESTS = "usability-tests"