contentful.js icon indicating copy to clipboard operation
contentful.js copied to clipboard

fix: Ignore spaces around commas in select parameter

Open aatishnn opened this issue 5 years ago • 0 comments

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

aatishnn avatar Dec 16 '20 22:12 aatishnn