Okidi Norbert commited on
Commit
e9b83cd
·
1 Parent(s): bbee34a

Fix: automatically create Supabase buckets before upload

Browse files
Files changed (1) hide show
  1. app/services/supabase_client.py +2 -0
app/services/supabase_client.py CHANGED
@@ -46,6 +46,8 @@ class SupabaseService:
46
  "match_stat_uploads",
47
  "match_player_stats",
48
  "match_team_stats",
 
 
49
  }
50
 
51
  def _initialize(self) -> None:
 
46
  "match_stat_uploads",
47
  "match_player_stats",
48
  "match_team_stats",
49
+ "organizations_staff",
50
+ "clips",
51
  }
52
 
53
  def _initialize(self) -> None: