Closed eunjae-lee closed 3 years ago
This PR fixes formatValueToList function. It assumed a string input and split it with a comma. However, if it already receives an array, it should just return it.
formatValueToList
Summary
This PR fixes
formatValueToList
function. It assumed a string input and split it with a comma. However, if it already receives an array, it should just return it.