This repository was archived by the owner on Jun 18, 2021. It is now read-only.
This repository was archived by the owner on Jun 18, 2021. It is now read-only.
Wrong type casting in assets.go #60
Open
Description
How to reproduce
- Create any asset in Contentful without a description
asset, err := CMAClient.Assets.Get(YOUR_SPACE_ID, YOUR_ASSET_ID)
- Should throw because https://github.com/contentful-labs/contentful-go/blob/master/asset.go#L112 is trying to cast
null
tostring
Metadata
Metadata
Assignees
Labels
No labels