diff options
| author | Fuwn <[email protected]> | 2026-01-29 19:19:50 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-29 19:19:50 -0800 |
| commit | 7e3c7c14d3e7940bc310784e852082504b2760ce (patch) | |
| tree | 3c7d0db5afbd53f50c9299d4da9c01485afb0968 /src/trigger/notifications.ts | |
| parent | feat(LandingHero): Make "See More" scroll past hero (diff) | |
| download | due.moe-7e3c7c14d3e7940bc310784e852082504b2760ce.tar.xz due.moe-7e3c7c14d3e7940bc310784e852082504b2760ce.zip | |
fix: Resolve all ESLint errors and warnings
Diffstat (limited to 'src/trigger/notifications.ts')
| -rw-r--r-- | src/trigger/notifications.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trigger/notifications.ts b/src/trigger/notifications.ts index e801e07d..77b8713f 100644 --- a/src/trigger/notifications.ts +++ b/src/trigger/notifications.ts @@ -4,7 +4,7 @@ import { createClient } from '@supabase/supabase-js'; export const notificationsTask = schedules.task({ id: 'notifications', - run: async (_payload: any, { ctx }) => { + run: async (_payload, { ctx }) => { const environment = ctx.environment.slug; const triggerProjectReference = ctx.project.ref; const getUserSubscriptions = async () => { |