'use strict'; exports.subscribe = (event, callback) => { console.log(JSON.parse(Buffer.from(event.data, 'base64').toString())); };