mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 23:29:35 +02:00
12 lines
154 B
JavaScript
12 lines
154 B
JavaScript
'use strict'
|
|
|
|
const formatLinesReq = (ctx, query) => {
|
|
return {
|
|
meth: 'LineMatch',
|
|
req: {
|
|
input: query,
|
|
}
|
|
}
|
|
}
|
|
|
|
module.exports = formatLinesReq
|