Skip to content

Commit 2f6ea8b

Browse files
committed
fix lint
1 parent 6080394 commit 2f6ea8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/queries/insights.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ WITH app_stats_by_user_and_agent AS (
8989
-- for the longer intervals.
9090
CROSS JOIN LATERAL generate_series(
9191
date_trunc('minute', was.session_started_at),
92-
-- Subtract 1ms to avoid creating an extra serie.
92+
-- Subtract 1ms to avoid creating an extra series.
9393
date_trunc('minute', was.session_ended_at - '1 ms'::interval),
9494
'1 minute'::interval
9595
) s(start_time)

0 commit comments

Comments
 (0)