fix(medusa-file-minio): Add missing path import (#1991)

This commit is contained in:
Philip Korsholm
2022-08-04 17:35:30 +07:00
committed by GitHub
parent badda5233c
commit 3cde817482
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"medusa-file-minio": patch
---
Adds missing `path` import

View File

@@ -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"