Skip to content

Commit

Permalink
prefix unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rjawesome committed Aug 1, 2024
1 parent 12d2cd4 commit 1e76c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/transformer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ export default class BaseTransformer {
);
await async.eachSeries(
Object.entries(predicateResponse),
async ([predicate, mappedResponses]) => {
async ([_predicate, mappedResponses]) => {
if (
Array.isArray(mappedResponses) &&
mappedResponses.length > 0
Expand Down

0 comments on commit 1e76c50

Please sign in to comment.