mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09:35 +02:00
parse fn signatures: bugfix 🐛
This commit is contained in:
parent
b02f012b18
commit
479bac428f
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ const parseLocation = (profile, opt, data, l) => {
|
|||
return res
|
||||
}
|
||||
|
||||
const createParseMovement = (profile, data) => {
|
||||
const _parseMovement = _createParseMovement(profile, data)
|
||||
const createParseMovement = (profile, opt, data) => {
|
||||
const _parseMovement = _createParseMovement(profile, opt, data)
|
||||
const parseMovement = (m) => {
|
||||
const res = _parseMovement(m)
|
||||
// filter out POIs
|
||||
|
|
Loading…
Add table
Reference in a new issue