mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09:35 +02:00
parseArrOrDep: expose stbStop.{rem,msg}L as remarks[] as well
This commit is contained in:
parent
97b6a76e75
commit
3453cbe159
1 changed files with 3 additions and 1 deletions
|
@ -50,7 +50,9 @@ const createParseArrOrDep = (prefix) => {
|
|||
if (opt.remarks) {
|
||||
res.remarks = findRemarks([
|
||||
...(d.remL || []),
|
||||
...(d.msgL || [])
|
||||
...(d.msgL || []),
|
||||
...(d.stbStop.remL || []),
|
||||
...(d.stbStop.msgL || []),
|
||||
]).map(([remark]) => remark)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue