fix(medusa-file-spaces,medusa-file-s3,medusa-file-minio): Add options to super call in file plugins (#1714)

This commit is contained in:
Oliver Windall Juhl
2022-06-24 09:15:57 +02:00
committed by GitHub
parent fa7163941d
commit a5f717be5a
3 changed files with 5 additions and 5 deletions
@@ -6,7 +6,7 @@ import stream from "stream"
class DigitalOceanService extends AbstractFileService {
constructor({}, options) {
super()
super({}, options)
this.bucket_ = options.bucket
this.spacesUrl_ = options.spaces_url?.replace(/\/$/, "")