safe-global / safe-client-gateway

Serves as a bridge for the Safe{Wallet} clients (Android, iOS, Web)
https://docs.safe.global
MIT License
27 stars 64 forks source link

Mark `SafeApp['features' | 'socialProfiles']` as arrays #2086

Closed iamacook closed 2 weeks ago

iamacook commented 2 weeks ago

Summary

The SafeApp entity has both features and socialProfiles that are arrays, but not correctly marked as such. This adds the isArray flag to both decorators.

Changes