mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-06-19 10:42:33 +03:00
Compare commits
1 commit
ed47d0ec35
...
1bc54d21a3
Author | SHA1 | Date | |
---|---|---|---|
|
1bc54d21a3 |
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ const parseRemarks = (ctx, ref) => {
|
|||
ref.attributNotizen || [],
|
||||
ref.attributes || [],
|
||||
ref.verkehrsmittel?.zugattribute || [],
|
||||
].flat()
|
||||
].flatMap(item => item)
|
||||
.map(remark => {
|
||||
if (remark.kategorie || remark.priority) {
|
||||
const res = ctx.profile.parseHintByCode(remark);
|
||||
|
|
Loading…
Add table
Reference in a new issue