chore: bump up query limit

This commit is contained in:
Cory Dransfeldt 2024-08-05 15:17:33 -07:00
parent cf647eed90
commit 10805b4193
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ const SUPABASE_URL = process.env['SUPABASE_URL']
const SUPABASE_KEY = process.env['SUPABASE_KEY']
const supabase = createClient(SUPABASE_URL, SUPABASE_KEY)
const PAGE_SIZE = 50
const PAGE_SIZE = 250
const fetchBlockData = async (collection, itemId) => {
const { data, error } = await supabase