worldcoin / developer-portal

The Worldcoin Developer Portal provides tools to interact with the Worldcoin SDK. Easiest way to get started with World ID.
https://developer.worldcoin.org
MIT License
59 stars 31 forks source link

Fix: Description can be empty #757

Closed andy-t-wang closed 1 month ago

andy-t-wang commented 1 month ago

Sometimes description is empty and in that case JSON.parse will not work. Creating a fix for this to handle it and also added a test to cover it