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

fix build again

This commit is contained in:
Peter Clement 2022-09-07 18:11:17 +01:00
parent e783d667a5
commit 0e9dfc9227

View file

@ -1,12 +1,12 @@
import {
const {
createTempFolder,
getPluginMetadata,
findFileRec,
downloadTarballDirect,
extractTarball,
deleteFolderFileSystem,
} from "../../../utilities/fileSystem"
import { join } from "path"
} = require("../../../utilities/fileSystem")
const join = require("path")
const fetch = require("node-fetch")
export const uploadedFilePlugin = async file => {