Skip to content

Commit 0981862

Browse files
committed
update isTransform function
1 parent b513772 commit 0981862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plugins/jexlParser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function expressionApplier(context, typeInformation) {
106106
}
107107

108108
function isTransform(identifier) {
109-
return jexl.getTransform(identifier) === null ? false : true;
109+
return jexl.getTransform(identifier) === ( null || undefined) ? false : true;
110110
}
111111

112112
function contextAvailable(expression, context) {

0 commit comments

Comments
 (0)