We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ecb85 commit 3e5794dCopy full SHA for 3e5794d
packages/modules/analytics/src/services/analytics-service.ts
@@ -3,7 +3,7 @@ import {
3
IdentifyAnalyticsEventDTO,
4
} from "@medusajs/types"
5
import AnalyticsProviderService from "./provider-service"
6
-import { MedusaError } from "../../../../core/utils/dist/common"
+import { MedusaError } from "@medusajs/framework/utils"
7
8
type InjectedDependencies = {
9
analyticsProviderService: AnalyticsProviderService
0 commit comments