fix: typos in packages directory (#19574)

Found via codespell
This commit is contained in:
luzpaz
2025-03-05 05:12:40 +00:00
committed by GitHub
parent 65898f29eb
commit 13649d3bf3
8 changed files with 13 additions and 13 deletions
@@ -18,7 +18,7 @@ WHERE
OR (
-- Or is a calendar that is about to expire
sc."googleChannelExpiration" IS NOT NULL
-- We substract one day in senconds to renew a day before expiration
-- We substract one day in seconds to renew a day before expiration
AND TO_TIMESTAMP(sc."googleChannelExpiration"::bigint / 1000 - 86400)::date < CURRENT_TIMESTAMP
)
);