Skip to content

Commit

Permalink
removed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vklimontovich committed Mar 27, 2024
1 parent c98fcd3 commit 2efd6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapps/ee-api/pages/api/report/workspace-stat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()),
Expand Down

0 comments on commit 2efd6af

Please sign in to comment.