logging
This commit is contained in:
parent
763007a93c
commit
625c7ba05f
@ -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()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user