Skip to content

Commit

Permalink
Merge pull request telefonicaid#1516 from telefonicaid/fix/remove-jex…
Browse files Browse the repository at this point in the history
…lparser-unused-deps

Remove unsued dependencies from jexlParser.js
  • Loading branch information
AlvaroVega authored Oct 16, 2023
2 parents 87f9ee7 + 0831010 commit bf1e46b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/plugins/jexlParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
/* eslint-disable no-unused-vars */

const jexl = require('jexl');
const grammar = require('jexl/dist/grammar').getGrammar();
const Lexer = require('jexl/dist/Lexer');
const errors = require('../errors');
const logger = require('logops');
const fillService = require('../services/common/domain').fillService;
Expand Down

0 comments on commit bf1e46b

Please sign in to comment.