This commit is contained in:
luc
2020-10-25 23:29:10 +01:00
parent f9ff967347
commit cb415e09e6
4 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ import { FetcherError } from '@lib/commerce/utils/errors'
import type { GraphQLFetcher } from '@lib/commerce/api'
import { getConfig } from '..'
import log from '@lib/logger'
import fetch from '@lib/fetch'
import fetch from './fetch'
const fetchGraphqlApi: GraphQLFetcher = async (
query: string,