station.js 285 B

123456789
  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. *
  6. * @param {object} station - object containing the station
  7. * @returns {object} - returns same object
  8. */
  9. export default station => station;