db-vendo-client/format/station.js
2017-11-12 00:53:34 +01:00

5 lines
104 B
JavaScript

'use strict'
const formatStation = id => ({type: 'S', lid: 'L=' + id})
module.exports = formatStation