Skip to content

Still tons of references to params in task files, even after we've flattened the task JSON #7

@dzwillia

Description

@dzwillia

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions