fix config attributes contrain for function imports

pull/55/head
Alexander Tomokhov 2023-11-26 08:56:48 +04:00
parent 0db1c4a6ce
commit e814157437
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
then import m (constrainConfigArgs args')
else
if builtins.isFunction m
then constrainConfigArgs args'
then m (constrainConfigArgs args')
else m))
)
v