diff --git a/supabase/functions/on_log_created/index.ts b/supabase/functions/on_log_created/index.ts index 43283cfab0..16d45f3003 100644 --- a/supabase/functions/on_log_created/index.ts +++ b/supabase/functions/on_log_created/index.ts @@ -1,4 +1,4 @@ -import { serve } from 'https://deno.land/std@0.151.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.152.0/http/server.ts' import type { AppStatsIncrement } from '../_utils/supabase.ts' import { supabaseAdmin } from '../_utils/supabase.ts' import type { definitions } from '../_utils/types_supabase.ts'