Dev (#2550)
* 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:
parent
ef5c51e383
commit
2ffb52f5d1
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ async def create_tenant(data: schemas.UserSignupSchema):
|
||||||
"spotRefreshTokenMaxAge": r.pop("spotRefreshTokenMaxAge"),
|
"spotRefreshTokenMaxAge": r.pop("spotRefreshTokenMaxAge"),
|
||||||
"tenantId": t["tenant_id"],
|
"tenantId": t["tenant_id"],
|
||||||
'data': {
|
'data': {
|
||||||
"scope": "full",
|
"scopeState": 0,
|
||||||
"user": r
|
"user": r
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue