chore: cleanup

This commit is contained in:
Cory Dransfeldt 2024-05-20 11:43:43 -07:00
parent a2d0481006
commit 5dafde8b60
No known key found for this signature in database
8 changed files with 44 additions and 102 deletions

View file

@ -3,7 +3,6 @@ import { createClient } from '@supabase/supabase-js'
const SUPABASE_URL = process.env.SUPABASE_URL
const SUPABASE_KEY = process.env.SUPABASE_KEY
const supabase = createClient(SUPABASE_URL, SUPABASE_KEY)
const PAGE_SIZE = 1000
const fetchAllShows = async () => {