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

Upgrade Hasura version and fix types #782

Closed igorosip0v closed 2 weeks ago

igorosip0v commented 2 weeks ago
andy-t-wang commented 2 weeks ago

For your review tom:

I removed the Array.isArray checks since we allow nullable for all arrays and [] is truthy. Thus if it's null or undefined we will catch it already. If you added these for another reason let me know.

I also fixed a type for convertArrayToHasuraArray

For the Showcase images I just pass in the array directly now too