Matt Daneshvar
Results
2
issues of
Matt Daneshvar
Prior to this PR, we always coverted array values (e.g. `['apple', 'orange']`) into comma and space separated values (e.g. `apple, orange`) before we stored them. This PR extracts the logic...