Skip to content

Commit

Permalink
remove module supabase storage
Browse files Browse the repository at this point in the history
  • Loading branch information
douglastofoli committed Aug 20, 2024
1 parent 299f421 commit b77baae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/pescarte/supabase.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ defmodule Pescarte.Supabase do
use Supabase.GoTrue, client: Pescarte.Supabase.Auth
end

defmodule Storage do
def list_buckets do
Supabase.Storage.list_buckets(Pescarte.Supabase.Auth)
end
end

def start_link(_opts) do
children = [__MODULE__.Auth]
opts = [strategy: :one_for_one, name: __MODULE__]
Expand Down

0 comments on commit b77baae

Please sign in to comment.