'use strict'; async function fetchLatest() { console.log('latest!'); return [ { title: 'Hot chick arse fucked', date: new Date(), entryId: 'traxxx1', }, ]; } module.exports = { fetchLatest, };