mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
removed axios ref
This commit is contained in:
@@ -2,7 +2,6 @@ import { CommerceError } from '@commerce/utils/errors'
|
|||||||
import { MEDUSA_PUBLIC_STORE_URL } from '@framework/const'
|
import { MEDUSA_PUBLIC_STORE_URL } from '@framework/const'
|
||||||
import medusa from '../medusa'
|
import medusa from '../medusa'
|
||||||
import fetch from 'node-fetch'
|
import fetch from 'node-fetch'
|
||||||
import axios from 'axios'
|
|
||||||
|
|
||||||
export const callMedusa = async (
|
export const callMedusa = async (
|
||||||
method: string,
|
method: string,
|
||||||
|
Reference in New Issue
Block a user