Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Support FieldName with multiple underscores
previously, any fields with more than one underscore would not be correctly converted: > short_filter becomes: shortFilter > a_longer_filter becomes: aLonger this change hopefully fixes that by looking for any amount of underscores rather than just one, so 'a_longer_filter' should now become 'aLongerFilter'.
- Loading branch information