Skip to content

Commit f79523b

Browse files
fixup! refactor: remove usages of CallWithMetadata
1 parent 587476c commit f79523b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/parameters.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ end
5151

5252
function getcalledparameter(x)
5353
x = unwrap(x)
54-
return CallAndWrap(operation(x))
54+
@assert iscalledparameter(x)
55+
return operation(x)
5556
end
5657

5758
"""

0 commit comments

Comments
 (0)