fixed building issue
This commit is contained in:
parent
3ef877f886
commit
28e8ce329b
|
@ -6,7 +6,7 @@ const {
|
|||
extractTarball,
|
||||
deleteFolderFileSystem,
|
||||
} = require("../../../utilities/fileSystem")
|
||||
const join = require("path")
|
||||
const { join } = require("path")
|
||||
const fetch = require("node-fetch")
|
||||
|
||||
export const uploadedFilePlugin = async file => {
|
||||
|
|
Loading…
Reference in New Issue