nascentdigital / contentfully

A simple but performant REST client for Contentful.
MIT License
18 stars 7 forks source link

Fixing draft content being returned in production response #10

Closed kretzm closed 5 years ago

kretzm commented 5 years ago

Draft content was being returned as undefined in the response back from production environment. This fixes it by removing those.

@bernietrinh need help writing a test for preview environment