contentful.js
contentful.js copied to clipboard
fix: Ignore spaces around commas in select parameter
Summary
Few people including myself have run into issues when trying to use the select parameter in queries with spaces around fields separated by commas. This simple PR fixes that by trimming the spaces around.
Motivation and Context
People have run into same issue as I did: https://github.com/contentful/contentful.js/issues/135#issuecomment-490431849