Skip to content

Commit

Permalink
squash: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
abdul99ahad committed Dec 16, 2024
1 parent c347ab5 commit 6a93a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/zeebe/VariableResolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default class ZeebeVariableResolver extends BaseVariableResolver {
}

// Filter all pre-defined variables
return !namesToFilter.includes(v.name); // TODO: refactor to include complete object and not just name
return !namesToFilter.includes(v.name);
});
}

Expand Down

0 comments on commit 6a93a99

Please sign in to comment.