Skip to content

Commit

Permalink
Remove unsued dependencies from jexlParser.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mapedraza authored Oct 16, 2023
1 parent 87f9ee7 commit 0831010
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 0831010

Please sign in to comment.