fix(ci): correct comma syntax in daily session count cast

This commit is contained in:
2026-03-28 13:27:31 -07:00
parent 13a88a8382
commit 67a87c4cc2

View File

@@ -105,7 +105,7 @@ function isFirstSessionForLocalDay(
)
`,
)
.get(startedAtMs, startedAtMs, startedAtMs, currentSessionId) as ExistenceRow | null,
.get(startedAtMs, startedAtMs, startedAtMs, currentSessionId) as ExistenceRow | null
)?.count ?? 0
);
return sameDayCount === 0;