Compare commits
3 Commits
dca8dda045
...
ea9a387ee0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ea9a387ee0 | ||
|
|
96579f07e9 | ||
|
|
1d583462e0 |
@@ -1374,7 +1374,7 @@ router.get('/', (req, res) => {
|
||||
|
||||
function parseList(val) {
|
||||
return (val || '')
|
||||
.split(/[,\\n]/)
|
||||
.split(/[,\n]/)
|
||||
.map((s) => s.trim())
|
||||
.filter(Boolean);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user