1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00

fixed building issue

This commit is contained in:
NEOLPAR 2022-09-09 11:10:48 +01:00
parent 0e9dfc9227
commit 61bfb46740

View file

@ -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 => {