mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-04-09 16:19:25 -07:00
fix(ci): correct comma syntax in daily session count cast
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user