Skip to content

Commit 5bcd204

Browse files
committed
Fix vec
1 parent ab5a76b commit 5bcd204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc_lib/src/functions/intersection.rs

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

0 commit comments

Comments
 (0)