chore: cleanup
This commit is contained in:
parent
a2d0481006
commit
5dafde8b60
8 changed files with 44 additions and 102 deletions
|
@ -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 () => {
|
||||
|
|
Reference in a new issue