This repository was archived by the owner on Mar 8, 2022. It is now read-only.
This repository was archived by the owner on Mar 8, 2022. It is now read-only.
null if no values provided. Should save as [] #595
Describe the bug
When a member creates or updates their profile and they don't include
interests(members.interests), the record is written back to the database with a value ofnull. members.interests is an array, and should be[]when no values are set, not null.