Skip to content

Commit 3e5794d

Browse files
authored
fix: Correctly import MedusaError in the analytics module (medusajs#12542)
1 parent 07ecb85 commit 3e5794d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/modules/analytics/src/services/analytics-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
IdentifyAnalyticsEventDTO,
44
} from "@medusajs/types"
55
import AnalyticsProviderService from "./provider-service"
6-
import { MedusaError } from "../../../../core/utils/dist/common"
6+
import { MedusaError } from "@medusajs/framework/utils"
77

88
type InjectedDependencies = {
99
analyticsProviderService: AnalyticsProviderService

0 commit comments

Comments
 (0)