mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
8 lines
147 B
JavaScript
8 lines
147 B
JavaScript
'use strict'
|
|
|
|
// todo: is passing in profile necessary?
|
|
const parseRemark = (profile, r) => {
|
|
return null // todo
|
|
}
|
|
|
|
module.exports = parseRemark
|