Solved merge conflicts (hopefully)

This commit is contained in:
MikeHughes-BIN
2025-11-26 21:41:59 +01:00
parent 4d850bf6a6
commit e543438592
-3
View File
@@ -1,6 +1,3 @@
const fs = require("fs");
const path = require("path");
const outputDir = path.join(__dirname, "../../../storage/documents"); // path for output directory
if (!fs.existsSync(outputDir)) {