I\'m working on a NodeJS application which listens to a Google Cloud Pub/Sub subscription. This is my relevant code:
const messageHandler = message => { co