mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-08 07:16:49 +00:00
little progress and bugfixes
This commit is contained in:
@@ -3,7 +3,7 @@ module.exports = function asArray(value) {
|
||||
return value;
|
||||
}
|
||||
|
||||
if (typeof value === 'string' && value.includes(',')) {
|
||||
if (typeof value === 'string') {
|
||||
return value.split(',');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user