* 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 signup for EE
This commit is contained in:
Kraiem Taha Yassine 2024-09-06 18:20:43 +02:00 committed by GitHub
parent ef5c51e383
commit 2ffb52f5d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -98,7 +98,7 @@ async def create_tenant(data: schemas.UserSignupSchema):
"spotRefreshTokenMaxAge": r.pop("spotRefreshTokenMaxAge"),
"tenantId": t["tenant_id"],
'data': {
"scope": "full",
"scopeState": 0,
"user": r
}
}