Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ogzhanolguncu committed Dec 10, 2024
1 parent f41e428 commit 2893164
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/clickhouse/src/logs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ export const logsTimeseriesParams = z.object({
responseStatus: z.array(z.number().int()).nullable(),
});

// y: z.record(z.string(), z.number().int()),
export const logsTimeseriesDataPoint = z.object({
x: dateTimeToUnix,
y: z.object({
Expand Down

0 comments on commit 2893164

Please sign in to comment.