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