From d092a090eea17a01064d99c2798513008630def2 Mon Sep 17 00:00:00 2001 From: prakashsvmx Date: Mon, 27 Feb 2023 16:31:32 +0530 Subject: [PATCH] lint-fix --- src/main/helpers.js | 2 +- src/main/xml-parsers.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/helpers.js b/src/main/helpers.js index 890a08a9f..f5ef68b67 100644 --- a/src/main/helpers.js +++ b/src/main/helpers.js @@ -17,7 +17,7 @@ import stream from 'stream' import mime from 'mime-types' var Crypto = require('crypto-browserify') -const { XMLParser } = require("fast-xml-parser"); +const { XMLParser } = require("fast-xml-parser") const fxp = new XMLParser() const ipaddr = require('ipaddr.js') diff --git a/src/main/xml-parsers.js b/src/main/xml-parsers.js index 8c54a6df6..18c94fe42 100644 --- a/src/main/xml-parsers.js +++ b/src/main/xml-parsers.js @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -const { XMLParser } = require("fast-xml-parser"); +const { XMLParser } = require("fast-xml-parser") const fxp = new XMLParser() import _ from 'lodash' import * as errors from './errors.js'