removed axios ref

This commit is contained in:
Kasper 2021-09-14 18:55:51 +02:00
parent 739e2730e6
commit e0bf87af18

View File

@ -2,7 +2,6 @@ import { CommerceError } from '@commerce/utils/errors'
import { MEDUSA_PUBLIC_STORE_URL } from '@framework/const'
import medusa from '../medusa'
import fetch from 'node-fetch'
import axios from 'axios'
export const callMedusa = async (
method: string,