Skip to content

Commit f098b14

Browse files
author
Dan White
committed
Fix issue with loading custom nunjucks filters
1 parent a9f5925 commit f098b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/engine-nunjucks/lib/engine_nunjucks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ try {
5151
'patternlab-nunjucks-config.js'
5252
));
5353
if (typeof nunjucksConfig === 'function') {
54-
nunjucksConfig(nunjucks, env);
54+
nunjucksConfig(env);
5555
}
5656
} catch (err) {}
5757

0 commit comments

Comments
 (0)