is it varargs? you might need to prefix with `*` (...
# announcements
j
is it varargs? you might need to prefix with
*
(i.e.,
*criteriaList.toTypedArray()
)
👍 3