Function Evaluator not able to recognize empty URL parameter object

After the last update, I have started to receive app validation errors in apps where I don’t have any URL parameters. This is because I am running a function that is evaluating the urlparameter object with zero rows. I handled this in the code, but now it is causing errors just the fact that it is added to the function params list on the right in the editor:

I know that it probably does not make sense to reference the url parameters object if you don’t have any, but this is being used in an action that I call Appfarm Analytics, that helps me harvest data on internal app usage that we use for internal KPIs and error handling/identification.

To prevent having to remember to update this if I add url params at a later point, I just add the function whenever I create a new app, but the last update is making this difficult.

As far as I can see, this only affects the url param object, and not other empty objects