Skip to content

Commit

Permalink
Add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
abs committed Nov 22, 2024
1 parent fad7155 commit 72230aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/lib/supafana/supabase/management.ex
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
defmodule Supafana.Supabase.Management do
require Logger

def organization_members(token, slug) do
Logger.info("Calling members with token #{token} for slug #{slug}")

path = "/v1/organizations/#{slug}/members"

r =
Expand Down

0 comments on commit 72230aa

Please sign in to comment.