fix collect
This commit is contained in:
@@ -61,7 +61,7 @@ function getDateFormat(date) {
|
||||
}
|
||||
|
||||
function getCommaSeparatedStringFormat(data) {
|
||||
return data.map(a => `'${a}'`).join(',');
|
||||
return data.map(a => `'${a}'`).join(',') || '';
|
||||
}
|
||||
|
||||
function getBetweenDates(field, start_at, end_at) {
|
||||
|
||||
Reference in New Issue
Block a user