Skip to content

Commit

Permalink
update edge function
Browse files Browse the repository at this point in the history
  • Loading branch information
alaister committed Oct 26, 2024
1 parent d923547 commit 185d4c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion supabase/functions/update-whois/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ Deno.serve(async (req) => {
Deno.env.get('SUPABASE_SERVICE_ROLE_KEY')!
)

// Fetch the domain name with the user context
// Fetch the domain name with the user context,
// so users can only update their own domain names
const { data } = await supabaseClient
.from('domain_names')
.select()
Expand Down

0 comments on commit 185d4c9

Please sign in to comment.