Fix: Schedule ban expiration check

This commit is contained in:
gpt-engineer-app[bot]
2025-10-30 12:05:11 +00:00
parent db101bc5f2
commit 8c6726c9f2
2 changed files with 20 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
import { createClient } from 'https://esm.sh/@supabase/supabase-js@2.57.4';
import { corsHeaders } from '../_shared/cors.ts';
const corsHeaders = {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Headers': 'authorization, x-client-info, apikey, content-type',
};
Deno.serve(async (req) => {
// Handle CORS preflight