mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 03:31:23 +00:00
start customer auth & signup
This commit is contained in:
@@ -8,7 +8,6 @@ const fetchGraphqlApi: GraphQLFetcher = async (
|
||||
{ variables, preview } = {},
|
||||
fetchOptions
|
||||
) => {
|
||||
// log.warn(query)
|
||||
const config = getConfig()
|
||||
const res = await fetch(config.commerceUrl + (preview ? '/preview' : ''), {
|
||||
...fetchOptions,
|
||||
|
Reference in New Issue
Block a user