mirror of
https://github.com/strapi/strapi.git
synced 2025-08-03 06:18:37 +00:00

When doing an 'IN' query it looks like this will incorrectly loop over the values and put them into multiple where clauses. This additional check on the symbol should leave the array untouched and pass it on into the orm for processing.