This commit is contained in:
zramsay 2025-01-09 15:09:55 -05:00
parent 763007a93c
commit 625c7ba05f

View File

@ -52,6 +52,8 @@ export async function fetchAnimalRecords(): Promise<AnimalRecord[]> {
query: ANIMAL_RECORDS_QUERY
}),
})
console.log('GQL_endpoint', LACONIC_GQL_ENDPOINT)
const data = await response.json()