You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When defining a filter with module.exports = function(data, params, emitter) the params variable is not configurable during job creation via: addJob(url, name, options).
In all cases params is equal to { name: value_of_name_set_in_add_job }
The text was updated successfully, but these errors were encountered:
When defining a filter with
module.exports = function(data, params, emitter)
the params variable is not configurable during job creation via:addJob(url, name, options)
.In all cases
params
is equal to{ name: value_of_name_set_in_add_job }
The text was updated successfully, but these errors were encountered: