Just do a search on 'params' in the flexio-sdk-js repo. Results are everywhere.
Any call to _.get(json, 'params', json) has got to go -- there's no need to use _.get() in any of these scenarios anymore since we've flattened the JSON. The json parameter that is passed in does need to be deep cloned, however, if it is going to be mutated at all.
I've attached a file with all of the references I could find to 'params' in the task files.
params-in-task-files.txt
Just do a search on 'params' in the flexio-sdk-js repo. Results are everywhere.
Any call to
_.get(json, 'params', json)has got to go -- there's no need to use_.get()in any of these scenarios anymore since we've flattened the JSON. Thejsonparameter that is passed in does need to be deep cloned, however, if it is going to be mutated at all.I've attached a file with all of the references I could find to 'params' in the task files.
params-in-task-files.txt