Select the types of activity you want to include in your feed.
1export default { 2 run() { 3 console.log('Cron job running...'); 4 } 5}