fix check if value is in array

This commit is contained in:
2023-06-22 23:59:20 +01:00
parent 9b3f3d1555
commit f63229c6f8
3 changed files with 2 additions and 3 deletions

View File

@@ -583,7 +583,7 @@ func ArArray(arr []any) ArObject {
}
for _, v := range arr {
res, err := runOperation(operationType{
operation: 8,
operation: 9,
value1: v,
value2: args[0],
}, stack{}, 0)