diff --git a/webapps/ee-api/pages/api/report/workspace-stat.ts b/webapps/ee-api/pages/api/report/workspace-stat.ts index e78fd1dd8..9ca9cb548 100644 --- a/webapps/ee-api/pages/api/report/workspace-stat.ts +++ b/webapps/ee-api/pages/api/report/workspace-stat.ts @@ -65,7 +65,7 @@ async function getClickhousePart({ workspaceId ? "and workspaceId = {workspaceId:String}" : "" } group by period, workspaceId - order by period desc, workspaceId desc;у + order by period desc, workspaceId desc; `; const queryParams = removeUndefined({ start: isoDateTOClickhouse(dayjs(start).utc().startOf("day").toISOString()),