fix-37-add-custom-unmarshalJSON-method#48
Conversation
|
This library is auto-generated by the Appwrite SDK Generator, and does not accept pull requests directly. To learn more about how you can help us improve this SDK, please check the contributing guide. |
|
Caution Review failedThe pull request is closed. WalkthroughA new public method Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes ✨ Finishing touches
🧪 Generate unit tests (beta)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What does this PR do?
I have added a custom unmarshalJSON method in the
preferences.gofile. Because earlier, the Go's default decoder used to skip the data field entirely and show nil. Hence, a custom unmarshalJSON method.Test Plan
Related PRs and Issues
Issue it solves: #37
Have you read the Contributing Guidelines on issues?
Yes
Summary by CodeRabbit