db-vendo-client/format/station.js

6 lines
104 B
JavaScript
Raw Normal View History

2017-11-12 00:53:34 +01:00
'use strict'
const formatStation = id => ({type: 'S', lid: 'L=' + id})
module.exports = formatStation