contentful-typescript-codegen icon indicating copy to clipboard operation
contentful-typescript-codegen copied to clipboard

Check if validations field is an array to fix error

Open nelsondude opened this issue 4 years ago • 0 comments

This script was not working for me originally because it was assuming that field.validations was a defined array, but when hooked up to my contentful client, the field was undefined. Here is a PR that should fix this error - https://github.com/intercom/contentful-typescript-codegen/pull/88.

nelsondude avatar Jun 09 '21 19:06 nelsondude