fix(medusa-file-minio): Add missing path import (#1991)
This commit is contained in:
5
.changeset/kind-spoons-hang.md
Normal file
5
.changeset/kind-spoons-hang.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"medusa-file-minio": patch
|
||||
---
|
||||
|
||||
Adds missing `path` import
|
||||
@@ -1,5 +1,6 @@
|
||||
import stream from "stream"
|
||||
import aws from "aws-sdk"
|
||||
import { parse } from "path"
|
||||
import fs from "fs"
|
||||
import { AbstractFileService } from "@medusajs/medusa"
|
||||
import { MedusaError } from "medusa-core-utils"
|
||||
|
||||
Reference in New Issue
Block a user