diff --git a/api/api_v1/endpoints/query.py b/api/api_v1/endpoints/query.py index 5de9242..e4ffb4b 100644 --- a/api/api_v1/endpoints/query.py +++ b/api/api_v1/endpoints/query.py @@ -2277,7 +2277,7 @@ async def user_property_model( key = str(key) data[key] = val title = ['.'.join(groupby), quota] - + data=list(data.values()) return schemas.Msg(code=0, msg='ok', data={ 'value': data, 'title': title