From 7e3c7c14d3e7940bc310784e852082504b2760ce Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 29 Jan 2026 19:19:50 -0800 Subject: fix: Resolve all ESLint errors and warnings --- src/trigger/notifications.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/trigger') 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 () => { -- cgit v1.2.3