mirror of
https://github.com/vercel/commerce.git
synced 2025-06-18 13:11:23 +00:00
Fix accidental change
This commit is contained in:
parent
ec42680e48
commit
5b7d02495a
@ -27,7 +27,7 @@ const fetchGraphqlApi: GraphQLFetcher = async (
|
|||||||
const json = await res.json()
|
const json = await res.json()
|
||||||
if (json.errors) {
|
if (json.errors) {
|
||||||
throw new FetcherError({
|
throw new FetcherError({
|
||||||
errors: json.errors ?? [{ message: 'Failed to fetch Vendure API' }],
|
errors: json.errors ?? [{ message: 'Failed to fetch Bigcommerce API' }],
|
||||||
status: res.status,
|
status: res.status,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user