Skip to content

Commit 7da8390

Browse files
authored
Update src/model.jl
1 parent a7f0656 commit 7da8390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ struct Model{
6060
context::Ctx=DefaultContext(),
6161
has_static_support::Union{Val{false},Val{true}}=Val{false}(),
6262
) where {missings,F,argnames,Targs,defaultnames,Tdefaults,Ctx}
63-
return new{F,argnames,defaultnames,missings,Targs,Tdefaults,Ctx,typeof(isstatic)}(
63+
return new{F,argnames,defaultnames,missings,Targs,Tdefaults,Ctx,typeof(has_static_support)}(
6464
f, args, defaults, context, has_static_support
6565
)
6666
end

0 commit comments

Comments
 (0)