The cloud function crashes with the following error:
TypeError: Cannot read property 'repoName' of undefined
at Object.module.exports.createSlackMessage (/user_code/index.js:86:37)
at module.exports.subscribe (/user_code/index.js:19:34)
at /var/tmp/worker/worker.js:770:16
at /var/tmp/worker/worker.js:718:11
at _combinedTickCallback (internal/process/next_tick.js:73:7)
at process._tickDomainCallback (internal/process/next_tick.js:128:9)"
Any idea what's causing this error?
-- Sven
The cloud function crashes with the following error:
Any idea what's causing this error?
-- Sven