Skip to content

Commit dad750f

Browse files
Update crates/taurus-core/src/runtime/functions/object.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
1 parent c327d56 commit dad750f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/taurus-core/src/runtime/functions

crates/taurus-core/src/runtime/functions/object.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub(crate) const FUNCTIONS: &[FunctionRegistration] = &[
1717
FunctionRegistration::eager("std::object::keys", keys, 1),
1818
FunctionRegistration::eager("std::object::size", size, 1),
1919
FunctionRegistration::eager("std::object::set", set, 3),
20-
FunctionRegistration::eager("std::object::get", get, 3),
20+
FunctionRegistration::eager("std::object::get", get, 2),
2121
];
2222
fn get(
2323
args: &[Argument],

0 commit comments

Comments
 (0)