algolia / search-insights-gtm

Google Tag Manager template for detecting front-end Algolia search metrics
Apache License 2.0
6 stars 5 forks source link

fix: return array if it's already an array #11

Closed eunjae-lee closed 3 years ago

eunjae-lee commented 3 years ago

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.