station.js 282 B

12345678
  1. /**
  2. * Schema for a station stored / cached in redis,
  3. * gets created when a station is in use
  4. * and therefore is put into the redis cache
  5. * @param {object} station - object containing the station
  6. * @returns {object} - returns same object
  7. */
  8. export default station => station;