Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
babb57c428
commit
5f65fd20c5
@@ -94,7 +94,7 @@ export const Route = createFileRoute("/lovable/email/queue/process")({
|
||||
return Response.json({ error: 'Forbidden' }, { status: 403 })
|
||||
}
|
||||
|
||||
const supabase = createClient(supabaseUrl, supabaseServiceKey)
|
||||
const supabase = createClient<any, any, any>(supabaseUrl, supabaseServiceKey)
|
||||
|
||||
// 1. Check rate-limit cooldown and read queue config
|
||||
const { data: state } = await supabase
|
||||
|
||||
Reference in New Issue
Block a user