Skip to content

Commit 28c06a8

Browse files
committed
fix category
1 parent f07aa9b commit 28c06a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dsc-lib/src/functions/try_get.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ impl Function for TryGet {
1616
FunctionMetadata {
1717
name: "tryGet".to_string(),
1818
description: t!("functions.tryGet.description").to_string(),
19-
category: vec![FunctionCategory::Logical],
19+
category: vec![FunctionCategory::Array, FunctionCategory::Object],
2020
min_args: 2,
2121
max_args: 2,
2222
accepted_arg_ordered_types: vec![

0 commit comments

Comments
 (0)