Skip to content

Commit

Permalink
lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashsvmx committed Feb 27, 2023
1 parent 8890360 commit d092a09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion src/main/xml-parsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d092a09

Please sign in to comment.