From dcdd9af2717f04a236682a64886e8b0c1d5fcf2a Mon Sep 17 00:00:00 2001 From: Joscha Maier Date: Thu, 26 Sep 2024 12:45:40 +0200 Subject: [PATCH] fuck js --- gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index f1464fd..ab5de4c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -260,7 +260,6 @@ async function uploadToPackageRegistry(done) { /* ----------------------------------------- */ function publishToFoundry(done) { - const fetch = (import('node-fetch')).default; const moduleManifestPath = 'system.json'; const moduleManifest = JSON.parse(fs.readFileSync(moduleManifestPath));