🔧 Refactored 7zip method to ignore dotfiles and directories

This commit is contained in:
2022-03-13 10:46:22 -07:00
parent 31f307a753
commit 1a2770aa40
5 changed files with 81 additions and 107 deletions

View File

@@ -27,7 +27,6 @@ SOFTWARE.
*/
import xml2js from "xml2js";
import fs from "fs";
export const convertXMLToJSON = (xmlPayload) => {
const parser = new xml2js.Parser({